Skip to content

Commit

Permalink
Use python -m pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Dec 11, 2024
1 parent dfcf43e commit b363e76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install build tools
run: |
python -m pip install --upgrade pip
pip install build twine
python -m pip install build twine
- name: Build package
run: |
Expand All @@ -35,6 +35,7 @@ jobs:
- name: Publish to PyPI
if: always()
run: |
python -m pip install twine
python -m twine upload dist/*.whl --verbose
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit b363e76

Please sign in to comment.