Skip to content

Commit

Permalink
Undo temporary changes to CI for second build workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Jan 20, 2025
1 parent 5611aa2 commit c4693a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build and publish to PyPI
on:
release:
types: [created]
workflow_dispatch:
push:

jobs:
build-sdist:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ line-length = 99
target-version = 'py39'

[tool.cibuildwheel]
build = "cp39*-manylinux_x86_64 cp39*-win_amd64 cp39*-macosx_x86_64 cp39*-macosx_arm64"
build = "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
skip = "cp36-* cp37-* cp38-*"
test-command = "ms2pip --help"

Expand Down

0 comments on commit c4693a6

Please sign in to comment.