summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-05-05 01:04:12 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-05-05 01:04:12 +0200
commitc4bd17a8c589148570e5d566774e786572b047f8 (patch)
tree76ecf689c46f51991dba738f03ab94fbc2226527
parent4febc2c008db9a6b0d137ff3ed8de117a19d5159 (diff)
downloadcherrypy-git-c4bd17a8c589148570e5d566774e786572b047f8.tar.gz
📦 Enable secretless GHA publishing to (Test)PyPIHEADmain
-rw-r--r--.github/workflows/ci-cd.yml3
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: