diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2023-05-05 01:04:12 +0200 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2023-05-05 01:04:12 +0200 |
| commit | c4bd17a8c589148570e5d566774e786572b047f8 (patch) | |
| tree | 76ecf689c46f51991dba738f03ab94fbc2226527 | |
| parent | 4febc2c008db9a6b0d137ff3ed8de117a19d5159 (diff) | |
| download | cherrypy-git-main.tar.gz | |
| -rw-r--r-- | .github/workflows/ci-cd.yml | 3 |
1 files changed, 0 insertions, 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: |
