From 91e53d6a23ae5fd0ad193886b01ce30efff04e93 Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Tue, 30 Apr 2024 12:25:10 +0200 Subject: [PATCH] ci: use trusted publisher and remove token --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6742475..f709276 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,6 @@ jobs: if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.PYPI_API_TOKEN }} print-hash: true - name: Create/update release on GitHub