From 0e0f0a802283a98754a1afadcefd46b14fac93e1 Mon Sep 17 00:00:00 2001 From: Lars Maxfield <83759569+larsmaxfield@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:36:48 +0100 Subject: [PATCH] Update publish.yml for PyPI --- .github/workflows/publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f1f95eb..5661c22 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: @@ -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/