Skip to content

Commit

Permalink
Update pypa/cibuildwheel action to v2.16.2 (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 1, 2023
2 parents 748dd1b + 40e342e commit 1c8188d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Expand Up @@ -37,7 +37,7 @@ jobs:

# https://github.com/pypa/cibuildwheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.1
uses: pypa/cibuildwheel@v2.16.2
with:
output-dir: dist
# Options are supplied via environment variables:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

# https://github.com/pypa/cibuildwheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.1
uses: pypa/cibuildwheel@v2.16.2
with:
output-dir: dist
# Options are supplied via environment variables:
Expand Down Expand Up @@ -148,7 +148,6 @@ jobs:
- name: Build package
run: |
git tag
python setup.py --version
python -m build --sdist
twine check --strict dist/*
twine check --strict dist-wheels/*
Expand Down

0 comments on commit 1c8188d

Please sign in to comment.