We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e93adc commit cee9b72Copy full SHA for cee9b72
.github/workflows/python-module.yml
@@ -98,7 +98,7 @@ jobs:
98
pip install pytest
99
pytest tests
100
- name: Publish
101
- if: startsWith(github.event.ref, 'refs/tags') && ${{ matrix.python-version == '3.8' }}
+ if: startsWith(github.event.ref, 'refs/tags') && matrix.python-version == '3.8'
102
env:
103
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
104
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
@@ -143,7 +143,7 @@ jobs:
143
pytest tests -k "not big_read"
144
145
shell: bash
146
147
148
149
0 commit comments