Skip to content

Commit

Permalink
set tag name for release
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 14, 2024
1 parent cea3ccd commit 258ee82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
with:
files: getargv.py/dist/*
name: ${{ steps.bump_version.outputs.new_version }}
tag_name: ${{ steps.bump_version.outputs.new_version }}

pypi-publish:
# hopefully this dep is enough to only run on release
Expand Down

0 comments on commit 258ee82

Please sign in to comment.