Skip to content

Commit 9317820

Browse files
Update Build_wheels_for_cpython36_x86.yml
1 parent 5bb9184 commit 9317820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build_wheels_for_cpython36_x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
SECRET_TEST: "${{ secrets.test_pypi_password }}"
144144

145145
- name: Install twine
146-
run: pip install twine
146+
run: pip install 'twine<=6.0.1'
147147

148148
- name: Publish distribution to PyPI
149149
if: >

0 commit comments

Comments
 (0)