Skip to content

Commit

Permalink
ci: build release wheels for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
leoetlino committed Jun 19, 2024
1 parent 5a2fd7d commit 216d114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-python@v2

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.3
uses: pypa/cibuildwheel@v2.19.1

- uses: actions/upload-artifact@v2
with:
Expand All @@ -56,7 +56,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.4.2
- uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
Expand Down

0 comments on commit 216d114

Please sign in to comment.