Skip to content

Commit

Permalink
Update gen_whl_to_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL authored Apr 23, 2024
1 parent 1470c9c commit 5a58627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen_whl_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
pip install -r requirements.txt
python -m pip install --upgrade pip
pip install wheel get_pypi_latest_version
python setup.py bdist_wheel ${{ github.event.head_commit.message }}
python setup.py bdist_wheel ${{ github.ref_name }}
# - name: Publish distribution 📦 to Test PyPI
# uses: pypa/gh-action-pypi-publish@v1.5.0
Expand Down

0 comments on commit 5a58627

Please sign in to comment.