We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b573542 commit 2ee44b7Copy full SHA for 2ee44b7
1 file changed
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
password: ${{ secrets.TEST_PYPI_PASSWORD }}
31
repository_url: https://test.pypi.org/legacy/
32
- name: Publish distribution 📦 to PyPI
33
- if: (contains(github.ref, 'beta')) != true
34
- uses: pypa/gh-action-pypi-publish@master
35
- with:
36
- password: ${{ secrets.PYPI_PASSWORD }}
+ if: contains(github.ref, 'beta') != true
+ uses: pypa/gh-action-pypi-publish@master
+ with:
+ password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments