Skip to content

Commit

Permalink
fix: add python 3.9 wheels to ci/cd (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 authored Feb 16, 2024
1 parent d4146fb commit 2d8807d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.10", "3.11"]
python: ["3.9", "3.10", "3.11"]
cuda: ["11.8", "12.1"]
torch: ["2.1.0", "2.2.0"]
runs-on: [self-hosted]
Expand Down Expand Up @@ -108,4 +108,4 @@ jobs:
# pip install twine
# python -m twine upload --repository testpypi --username=__token__ dist/*.tar.gz
# env:
# TWINE_PASSWORD: ${{ secrets.PYPI_TEST_TOKEN }}
# TWINE_PASSWORD: ${{ secrets.PYPI_TEST_TOKEN }}

0 comments on commit 2d8807d

Please sign in to comment.