Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Aug 20, 2024
1 parent c6f66f8 commit 5d70dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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
Expand Down

0 comments on commit 5d70dec

Please sign in to comment.