Skip to content

Commit

Permalink
fix: pin twine version in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jan 22, 2025
1 parent d7e2f59 commit 94ad569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
sudo apt-get install python3-venv
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine
python3 -m pip install twine==6.0.1
- name: Add Tag to Version
run: |
Expand Down

0 comments on commit 94ad569

Please # to comment.