Skip to content

Commit 126601b

Browse files
committed
new url
1 parent f32c252 commit 126601b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypiPublishProd.yml

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

3131
run: |
3232
python setup.py sdist bdist_wheel
33-
twine upload dist/*
33+
twine upload --repository-url https://test.pypi.org/legacy/ dist/*

0 commit comments

Comments
 (0)