1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-07 05:36:11 +02:00

Update pypa/cibuildwheel action to v2.16.2 (#612)

This commit is contained in:
Hugo van Kemenade 2023-11-01 19:17:12 +02:00 committed by GitHub
commit 1c8188dedc
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
@ -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:
@ -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/*