Skip to content

Commit

Permalink
Remove pip install twine
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster authored Aug 17, 2023
1 parent 5c34dd4 commit 4c788bc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-arm64-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
if [ ! -f "activate" ]; then ln -s venv/bin/activate; fi
. ./activate
pip install setuptools_rust
pip install twine
- name: publish (PyPi)
if: startsWith(github.event.ref, 'refs/tags')
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/build-m1-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ jobs:
name: wheels
path: ./target/wheels

- name: Install twine
run: |
. ./venv/bin/activate
pip install twine
- name: Publish distribution to PyPI
if: startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ jobs:
name: wheels
path: ./target/wheels/

- name: Install Twine
run: pip install twine

- name: publish (PyPi)
if: startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 4c788bc

Please sign in to comment.