Skip to content

Commit b7cd41b

Browse files
committed
publish-pypi.yml
1 parent ea3d388 commit b7cd41b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-pypi.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
publish:
3030
environment:
31-
name: "test.pypi.org"
32-
url: "https://test.pypi.org/project/lbster"
31+
name: "pypi.org"
32+
url: "https://pypi.org/project/lbster"
3333
needs:
3434
- "build"
3535
permissions:
@@ -43,7 +43,7 @@ jobs:
4343
- uses: "pypa/gh-action-pypi-publish@release/v1"
4444
with:
4545
user: __token__
46-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
47-
repository-url: "https://test.pypi.org/legacy/"
46+
password: ${{ secrets.PYPI_API_TOKEN }}
47+
repository-url: "https://pypi.org/legacy/"
4848
skip-existing: true
4949
verbose: true

0 commit comments

Comments
 (0)