Skip to content

Commit dc98512

Browse files
committed
test cibuildwheel generated builds on testpypi first
Signed-off-by: Stephen L. <lrq3000@gmail.com>
1 parent 2fbb4bd commit dc98512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheelhouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
- uses: pypa/gh-action-pypi-publish@v1.5.0
8989
with:
9090
user: __token__
91-
password: ${{ secrets.pypi_password }}
91+
password: ${{ secrets.test_pypi_password }}
9292
repository_url: https://test.pypi.org/legacy/
93-
# To test: repository_url: https://test.pypi.org/legacy/
93+
# To test: repository_url: https://test.pypi.org/legacy/ # and also change password: ${{ secrets.pypi_password }} to secrets.test_pypi_password # for more infos on registering and using TestPyPi, read: https://py-pkgs.org/08-ci-cd#uploading-to-testpypi-and-pypi

0 commit comments

Comments
 (0)