We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00699fa commit 0b27ba5Copy full SHA for 0b27ba5
.github/workflows/gen_whl_to_pypi.yml
@@ -64,7 +64,7 @@ jobs:
64
echo "from .process_formula import NormalizeFormula" > __init__.py
65
66
cd ..
67
- python setup.py bdist_wheel ${{ github.event.head_commit.message }}
+ python setup.py bdist_wheel ${{ github.ref_name }}
68
69
# - name: Publish distribution 📦 to Test PyPI
70
# uses: pypa/[email protected]
0 commit comments