We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86aa780 commit 7a1614bCopy full SHA for 7a1614b
.github/workflows/build.yml
@@ -465,8 +465,8 @@ jobs:
465
uses: pypa/gh-action-pypi-publish@release/v1
466
with:
467
packages-dir: dist
468
- # Uncomment to use TestPyPI
469
- # repository-url: https://test.pypi.org/legacy/
+ #Uncomment to use TestPyPI
+ repository-url: https://test.pypi.org/legacy/
470
verbose: true
471
# Uncomment below for test runs, otherwise fails on existing packages being reuploaded
472
skip-existing: true
0 commit comments