Skip to content

Commit 3303d9d

Browse files
committed
use test-pypi for testing
1 parent 315ad82 commit 3303d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999
env:
100100
TWINE_USERNAME: __token__
101101
TWINE_PASSWORD: ${{ secrets.pypi_password }}
102-
run: twine upload dist/*
102+
run: twine upload --verbose --repository-url https://test.pypi.org/legacy/ dist/*

0 commit comments

Comments
 (0)