Skip to content

Commit 0b27ba5

Browse files
authored
Update gen_whl_to_pypi.yml
1 parent 00699fa commit 0b27ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gen_whl_to_pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "from .process_formula import NormalizeFormula" > __init__.py
6565
6666
cd ..
67-
python setup.py bdist_wheel ${{ github.event.head_commit.message }}
67+
python setup.py bdist_wheel ${{ github.ref_name }}
6868
6969
# - name: Publish distribution 📦 to Test PyPI
7070
# uses: pypa/[email protected]

0 commit comments

Comments
 (0)