Skip to content

Commit

Permalink
Fixes some versions that don't behave like every other actions (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden authored Jun 5, 2024
1 parent ddd487c commit 750b04f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_upload_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
platforms: all

- uses: pypa/cibuildwheel@v2
- uses: pypa/cibuildwheel@v2.18
env:
CIBW_SKIP: pp* *musllinux*
CIBW_ARCHS_LINUX: auto aarch64 ppc64le
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
Expand All @@ -117,7 +117,7 @@ jobs:
name: artifact
path: dist

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

0 comments on commit 750b04f

Please sign in to comment.