Skip to content

Commit

Permalink
Update publish.yml for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmaxfield authored Jan 9, 2025
1 parent aff169e commit 0e0f0a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
name: Upload release to Test PyPI
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/project/jsonschema-fill-default/
name: pypi
url: https://pypi.org/project/jsonschema-fill-default/
permissions:
id-token: write
steps:
Expand Down Expand Up @@ -44,5 +44,3 @@ jobs:

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

0 comments on commit 0e0f0a8

Please sign in to comment.