We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f867b0f commit 8f72dceCopy full SHA for 8f72dce
1 file changed
‎.github/workflows/ci-cd-pipeline.yml‎
@@ -30,7 +30,7 @@ jobs:
30
31
publish-on-testpypi:
32
name: 📦 Publish on TestPyPI
33
- if: github.event_name == 'push'
+ if: github.event_name == 'release'
34
needs: build
35
runs-on: ubuntu-latest
36
steps:
@@ -41,7 +41,6 @@ jobs:
41
path: dist
42
- name: 📦 Publish to index
43
uses: pypa/gh-action-pypi-publish@master
44
- continue-on-error: true
45
with:
46
password: ${{ secrets.testpypi_password }}
47
repository_url: https://test.pypi.org/legacy/
0 commit comments