We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dcaa32 commit 90830f7Copy full SHA for 90830f7
.github/workflows/linux.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
pytest
26
- name: Publish to PyPI if tagged
27
- if: startsWith(github.ref, 'refs/tags')
+ if: startsWith(github.ref, 'refs/tags') && matrix.python-version == 3.8
28
env:
29
TWINE_USERNAME: "23"
30
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
0 commit comments