Skip to content

Commit 536e2c5

Browse files
committed
Binary distribution test
1 parent 96c2629 commit 536e2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
artifacts: 'dist/*'
7676
token: ${{ secrets.GITHUB_TOKEN }} # Automatically available GitHub token
77-
tag: ${{ github.ref_name }} # The tag from the push event
77+
tag: ${{ github.sha }} # The tag from the push event
7878
name: Release ${{ github.event.head_commit.message }} # Optional: Customize release name
7979
draft: false
8080
prerelease: false

0 commit comments

Comments
 (0)