Skip to content

Commit

Permalink
Build Python 3.12 and 3.13 wheels (#37)
Browse files Browse the repository at this point in the history
* ⬆️ Update cibuildwheel

* update publish tag

---------

Co-authored-by: Kyle Barron <kyle@developmentseed.org>
  • Loading branch information
pypae and kylebarron authored Aug 22, 2024
1 parent 2a57288 commit 214cf12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.2
uses: pypa/cibuildwheel@v2.20.0
env:
# From rio-color here:
# https://github.com/mapbox/rio-color/blob/0ab59ad8e2db99ad1d0c8bd8c2e4cf8d0c3114cf/appveyor.yml#L3
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit 214cf12

Please sign in to comment.