Skip to content

Commit cee9b72

Browse files
committed
ci
1 parent 0e93adc commit cee9b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-module.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
pip install pytest
9999
pytest tests
100100
- name: Publish
101-
if: startsWith(github.event.ref, 'refs/tags') && ${{ matrix.python-version == '3.8' }}
101+
if: startsWith(github.event.ref, 'refs/tags') && matrix.python-version == '3.8'
102102
env:
103103
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
104104
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
@@ -143,7 +143,7 @@ jobs:
143143
pytest tests -k "not big_read"
144144
- name: Publish
145145
shell: bash
146-
if: startsWith(github.event.ref, 'refs/tags') && ${{ matrix.python-version == '3.8' }}
146+
if: startsWith(github.event.ref, 'refs/tags') && matrix.python-version == '3.8'
147147
env:
148148
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
149149
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)