From c4bd17a8c589148570e5d566774e786572b047f8 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 5 May 2023 01:04:12 +0200 Subject: =?UTF-8?q?=F0=9F=93=A6=20Enable=20secretless=20GHA=20publishing?= =?UTF-8?q?=20to=20(Test)PyPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cd.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index acf944bf..70196dfb 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -1018,8 +1018,6 @@ jobs: - name: >- Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.PYPI_API_TOKEN }} publish-testpypi: name: Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to TestPyPI @@ -1050,7 +1048,6 @@ jobs: Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ post-release-repo-update: -- cgit v1.2.1