Skip to content

Commit

Permalink
chore: fix rapid_table_torch push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker1212 committed Dec 30, 2024
1 parent ba68136 commit 5d4b182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_whl_torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
pip install -r requirements_torch.txt
python -m pip install --upgrade pip
pip install wheel get_pypi_latest_version
python setup.py bdist_wheel ${{ github.ref_name }}
python setup_torch.py bdist_wheel ${{ github.ref_name }}
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@v1.5.0
Expand Down

0 comments on commit 5d4b182

Please sign in to comment.