Skip to content

Commit 372a9af

Browse files
committed
update workflow
1 parent 3de15fc commit 372a9af

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
with:
1818
python-version: ${{ env.PYTHON_VERSION }}
1919

20-
- id: append-build-number-for-pre-release
21-
run: |
22-
Tag=${{ github.event.release.tag_name }}
23-
VERSION = $TAG.$GITHUB_RUN_NUMBER
24-
2520
- id: build-package
2621
run: |
2722
python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)