Skip to content

Commit a1b825f

Browse files
Pinned twine version for linux to 6.0.1, due too issues with setuptools.
1 parent 991527a commit a1b825f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- name: Publish package to (Test)PyPI
153153
if: needs.setup.outputs.is_release_build == 'true' && startsWith( matrix.p, 'manylinux' )
154154
run: |
155-
sudo pip3 install twine
155+
sudo pip3 install "twine==6.0.1"
156156
python3 -m twine upload --non-interactive --skip-existing dist/*
157157
158158

0 commit comments

Comments
 (0)