From afa51cd4369f316c6c38b97cdcb549dd80d61a5a Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 6 May 2026 10:41:25 +0200 Subject: [PATCH] Use release-pypi environment --- .github/workflows/wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6f60497..450b3f7 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -70,9 +70,9 @@ jobs: needs: wheels runs-on: ubuntu-latest name: Upload release to PyPI -# environment: -# name: release-pypi -# url: https://pypi.org/p/argon2-cffi-bindings + environment: + name: release-pypi + url: https://pypi.org/p/argon2-cffi-bindings permissions: id-token: write # necessary for trusted publishing steps: