From 90e5ab950180d3cd1060be02951001266298e35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 6 Nov 2024 12:11:29 +0100 Subject: [PATCH] ci: switch to trusted publishing --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2df3f40..8e36293 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,9 +60,7 @@ jobs: path: dist - name: 📦 Publish to index uses: pypa/gh-action-pypi-publish@release/v1 - continue-on-error: true with: - password: ${{ secrets.testpypi_password }} repository_url: https://test.pypi.org/legacy/ publish-on-pypi: @@ -78,5 +76,3 @@ jobs: path: dist - name: 📦 Publish to index uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.pypi_password }}