Skip to content

Commit 7a1614b

Browse files
committed
fix: Push to test PYPI
1 parent 86aa780 commit 7a1614b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ jobs:
465465
uses: pypa/gh-action-pypi-publish@release/v1
466466
with:
467467
packages-dir: dist
468-
# Uncomment to use TestPyPI
469-
# repository-url: https://test.pypi.org/legacy/
468+
#Uncomment to use TestPyPI
469+
repository-url: https://test.pypi.org/legacy/
470470
verbose: true
471471
# Uncomment below for test runs, otherwise fails on existing packages being reuploaded
472472
skip-existing: true

0 commit comments

Comments
 (0)