From 2a57cb63e7d80f0eb1d0b93386a61e46bcee1aca Mon Sep 17 00:00:00 2001 From: SZN Date: Wed, 10 Apr 2024 18:18:04 +0200 Subject: [PATCH] revert trusted publishers --- .github/workflows/publish-to-pypi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 6ec47e0..f82e9c2 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -44,6 +44,8 @@ jobs: with: skip-existing: true repository-url: https://test.pypi.org/legacy/ + password: ${{ secrets.TEST_PYPI_API_TOKEN }} - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 + password: ${{ secrets.TEST_PYPI_API_TOKEN }} \ No newline at end of file