Skip to content

Commit fdd7452

Browse files
committed
fix: Target PyPi for release isntead of testPyPi
1 parent 39c937f commit fdd7452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ jobs:
449449
with:
450450
packages-dir: dist
451451
# Uncomment to use TestPyPI
452-
repository-url: https://test.pypi.org/legacy/
452+
# repository-url: https://test.pypi.org/legacy/
453453
verbose: true
454454
# Uncomment below for test runs, otherwise fails on existing packages being reuploaded
455455
skip-existing: true

0 commit comments

Comments
 (0)