Skip to content

Commit 5cc9904

Browse files
committed
try re-adding repository-url based on err msg
1 parent d1e05f3 commit 5cc9904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434

3535
run: |
3636
python setup.py sdist bdist_wheel
37-
twine upload dist/*
37+
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

0 commit comments

Comments
 (0)