We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897e3fa commit 39bda13Copy full SHA for 39bda13
.github/workflows/publish.yaml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
environment:
33
name: pypi
34
- url: https://test.pypi.org/p/tycmd-wrapper
+ url: https://pypi.org/p/tycmd-wrapper
35
permissions:
36
id-token: write
37
steps:
@@ -42,4 +42,4 @@ jobs:
42
- name: Publish to PyPI
43
uses: pypa/gh-action-pypi-publish@release/v1
44
with:
45
- repository-url: https://test.pypi.org/legacy/
+ repository-url: https://pypi.org/legacy/
0 commit comments