Skip to content

Commit

Permalink
Update deploy.yml to skip py38 and py39
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo authored Aug 28, 2024
1 parent 9eda572 commit 3e83ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
# Only build on Python 3 and skip 32-bit builds
CIBW_BUILD: "cp3*-*"
CIBW_SKIP: "cp36-* cp37-* *-win32 *i686 *musl*"
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* *-win32 *i686 *musl*"

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3e83ce6

Please sign in to comment.