We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents baf6287 + c83b01e commit 684e766Copy full SHA for 684e766
.github/workflows/ci.yml
@@ -68,6 +68,7 @@ jobs:
68
69
- name: Publish package to TestPyPI
70
uses: pypa/gh-action-pypi-publish@release/v1
71
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
72
with:
73
repository-url: https://test.pypi.org/legacy/
74
skip-existing: true
0 commit comments