Skip to content

Commit 4836a31

Browse files
authored
Merge pull request #10 from prescient-design/n/real-pypi
real pypi publish
2 parents ea3d388 + f061231 commit 4836a31

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish-pypi.yml

+2-5
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:
@@ -42,8 +42,5 @@ jobs:
4242
path: "dist/"
4343
- uses: "pypa/gh-action-pypi-publish@release/v1"
4444
with:
45-
user: __token__
46-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
47-
repository-url: "https://test.pypi.org/legacy/"
4845
skip-existing: true
4946
verbose: true

0 commit comments

Comments
 (0)