From 5d70dec36a99758d2d5683ce63a2ab1797ad378d Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Tue, 20 Aug 2024 11:46:12 +0100 Subject: [PATCH] Fix --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49ac606..da50a89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: name: python-artifacts path: dist - # This assumes a PyPI Trusted Publisher has been configured for the `outpack` package. + # This assumes a PyPI Trusted Publisher has been configured for the `pyorderly` package. # See https://docs.pypi.org/trusted-publishers/ for more details. publish-to-pypi: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/outpack + url: https://pypi.org/p/pyorderly permissions: # This permission is needed for the workflow to authenticate against PyPI id-token: write