Skip to content

Commit 0e0f0a8

Browse files
authored
Update publish.yml for PyPI
1 parent aff169e commit 0e0f0a8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: Upload release to Test PyPI
1414
runs-on: ubuntu-latest
1515
environment:
16-
name: testpypi
17-
url: https://test.pypi.org/project/jsonschema-fill-default/
16+
name: pypi
17+
url: https://pypi.org/project/jsonschema-fill-default/
1818
permissions:
1919
id-token: write
2020
steps:
@@ -44,5 +44,3 @@ jobs:
4444

4545
- name: Publish package distributions to PyPI
4646
uses: pypa/gh-action-pypi-publish@release/v1
47-
with:
48-
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)