Skip to content

Commit 2d8807d

Browse files
authored
fix: add python 3.9 wheels to ci/cd (#114)
1 parent d4146fb commit 2d8807d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python: ["3.10", "3.11"]
28+
python: ["3.9", "3.10", "3.11"]
2929
cuda: ["11.8", "12.1"]
3030
torch: ["2.1.0", "2.2.0"]
3131
runs-on: [self-hosted]
@@ -108,4 +108,4 @@ jobs:
108108
# pip install twine
109109
# python -m twine upload --repository testpypi --username=__token__ dist/*.tar.gz
110110
# env:
111-
# TWINE_PASSWORD: ${{ secrets.PYPI_TEST_TOKEN }}
111+
# TWINE_PASSWORD: ${{ secrets.PYPI_TEST_TOKEN }}

0 commit comments

Comments
 (0)