We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d067a86 commit a2e1fbdCopy full SHA for a2e1fbd
1 file changed
.github/workflows/publish-to-test-pypi.yml
@@ -31,6 +31,7 @@ jobs:
31
--out-dir dist/
32
.
33
- name: Publish distribution 📦 to Test PyPI
34
+ if: endsWith(github.ref, 'master')
35
uses: pypa/gh-action-pypi-publish@master
36
with:
37
password: ${{ secrets.test_pypi_password }}
0 commit comments