Skip to content

Commit

Permalink
Bump cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
amirebrahimi committed Apr 10, 2024
1 parent 7bd6a48 commit bede776
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
with:
platforms: all
- name: Build binary wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
with:
output-dir: wheelhouse
config-file: pyproject.toml
Expand Down Expand Up @@ -478,5 +478,3 @@ jobs:
GPG_KEYID=$(cat dev/public_gpg_key)
echo "GPG_KEYID = '$GPG_KEYID'"
DO_GPG=True GPG_KEYID=$GPG_KEYID TWINE_REPOSITORY_URL=${TWINE_REPOSITORY_URL} TWINE_PASSWORD=$TWINE_PASSWORD TWINE_USERNAME=$TWINE_USERNAME GPG_EXECUTABLE=$GPG_EXECUTABLE DO_UPLOAD=True DO_TAG=False ./publish.sh

0 comments on commit bede776

Please sign in to comment.