Skip to content

Commit 39bda13

Browse files
committed
Update publish.yaml
1 parent 897e3fa commit 39bda13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
environment:
3333
name: pypi
34-
url: https://test.pypi.org/p/tycmd-wrapper
34+
url: https://pypi.org/p/tycmd-wrapper
3535
permissions:
3636
id-token: write
3737
steps:
@@ -42,4 +42,4 @@ jobs:
4242
- name: Publish to PyPI
4343
uses: pypa/gh-action-pypi-publish@release/v1
4444
with:
45-
repository-url: https://test.pypi.org/legacy/
45+
repository-url: https://pypi.org/legacy/

0 commit comments

Comments
 (0)