Skip to content

Commit f71882b

Browse files
authored
Update. (#583)
1 parent 0d8c76d commit f71882b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243

244244
- name: Upload to Private PyPi
245245
run: |
246-
pip install twine
246+
pip install 'twine<6.2.0'
247247
python -m twine upload --skip-existing ./**/*.whl
248248
python -m twine upload --skip-existing ./**/*.tar.gz
249249
env:

0 commit comments

Comments
 (0)