From 5a58627ccdcac8537833b5d0c7b49ee92187fb75 Mon Sep 17 00:00:00 2001 From: SWHL Date: Tue, 23 Apr 2024 22:03:15 +0800 Subject: [PATCH] Update gen_whl_to_pypi.yml --- .github/workflows/gen_whl_to_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen_whl_to_pypi.yml b/.github/workflows/gen_whl_to_pypi.yml index f1d2ca8..a542da2 100644 --- a/.github/workflows/gen_whl_to_pypi.yml +++ b/.github/workflows/gen_whl_to_pypi.yml @@ -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