Skip to content

Commit

Permalink
Fix deploy Action version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sserita committed Feb 7, 2024
1 parent 4a1caf2 commit 0299e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autodeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: '3.10'

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.1.2
env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
CIBW_BUILD_VERBOSITY: 1
Expand Down

0 comments on commit 0299e1d

Please sign in to comment.