diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0f2e2f0..ad1f6c5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,9 @@ jobs: if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} runs-on: ubuntu-latest # Specifying a GitHub environment is optional, but strongly encouraged - environment: release + environment: + name: release + url: https://pypi.org/p/ipilot permissions: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write