Skip to content

Commit 258ee82

Browse files
committed
set tag name for release
1 parent cea3ccd commit 258ee82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
with:
113113
files: getargv.py/dist/*
114114
name: ${{ steps.bump_version.outputs.new_version }}
115+
tag_name: ${{ steps.bump_version.outputs.new_version }}
115116

116117
pypi-publish:
117118
# hopefully this dep is enough to only run on release

0 commit comments

Comments
 (0)