Skip to content

Commit

Permalink
Run release workflow again for missing Python 3.9 builds and sdist up…
Browse files Browse the repository at this point in the history
…load
  • Loading branch information
RalfG committed Jan 20, 2025
1 parent c69d78d commit 5611aa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build and publish to PyPI
on:
release:
types: [created]
workflow_dispatch:
push:

jobs:
build-sdist:
Expand Down Expand Up @@ -60,5 +62,6 @@ jobs:
run: |
mkdir dist/
mv dist-*/*.whl dist/
mv dist-*/*.tar.gz dist/
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ line-length = 99
target-version = 'py39'

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

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit 5611aa2

Please sign in to comment.