Skip to content

Commit

Permalink
chore: update twine in workflow pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LinarSharifullin authored Nov 23, 2024
1 parent fa07ee0 commit 8cf639c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
pip install --upgrade pip
pip install build
pip install --upgrade pkginfo
pip install --upgrade twine
- name: Extract tag name
id: tag
run: echo TAG_NAME=$(echo $GITHUB_REF | cut -d / -f 3) >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 8cf639c

Please sign in to comment.