Skip to content

Commit 94ad569

Browse files
committed
fix: pin twine version in release workflow
1 parent d7e2f59 commit 94ad569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
sudo apt-get install python3-venv
1717
python3 -m pip install --upgrade pip
1818
python3 -m pip install --upgrade build
19-
python3 -m pip install --upgrade twine
19+
python3 -m pip install twine==6.0.1
2020
2121
- name: Add Tag to Version
2222
run: |

0 commit comments

Comments
 (0)