diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index f243c3aa..b909486e 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -96,7 +96,9 @@ jobs: needs: [pre-commit, pytest, check-and-lint] runs-on: ubuntu-latest if: github.event_name == 'push' - environment: release + environment: + name: pypi + url: https://pypi.org/p/trame permissions: id-token: write # IMPORTANT: mandatory for trusted publishing contents: write # IMPORTANT: mandatory for making GitHub Releases