Skip to content

Commit

Permalink
Remove redundant pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
genzgd committed Nov 23, 2024
1 parent d57b4a2 commit d8c90a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ jobs:
run: |
cp -R wheelhouse/*.whl dist
ls -R dist
- name: Install Twine
run: pip install twine
- name: Publish (Release)
if: ${{ inputs.publish_type == 'release' }}
env:
Expand Down

0 comments on commit d8c90a1

Please sign in to comment.