Skip to content

Commit 8828405

Browse files
committed
TestPyPI to PyPI
1 parent 0e2a546 commit 8828405

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212

1313
runs-on: ubuntu-latest
1414
environment:
15-
name: testpypi
16-
url: https://test.pypi.org/project/WallGo/
15+
name: pypi
16+
url: https://pypi.org/p/WallGo/
1717
permissions:
1818
id-token: write
1919

@@ -33,5 +33,4 @@ jobs:
3333
- name: Publish package
3434
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:
36-
repository-url: https://test.pypi.org/legacy/
3736
verbose: true

0 commit comments

Comments
 (0)