Skip to content

Commit 7a6c974

Browse files
authored
Update test_and_deploy.yml
- only package for py38, 29
1 parent 37dd0d6 commit 7a6c974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
9090
run: |
9191
# Build the package with cibuildwheel for compatibility with manylinux
92-
cibuildwheel --output-dir dist
92+
cibuildwheel --output-dir dist --python "cp38,cp39"
9393
9494
# Upload to PyPI using Twine
9595
twine upload dist/*

0 commit comments

Comments
 (0)