Skip to content

Commit

Permalink
update pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edadaltocg committed Jan 2, 2024
1 parent 00c0dc1 commit 17beb4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade build
pip install wheel
pip install --upgrade build setuptools wheel
- name: Extract tag name
id: tag
run: echo ::set-output name=TAG_NAME::$(echo $GITHUB_REF | cut -d / -f 3)
Expand Down

0 comments on commit 17beb4a

Please sign in to comment.