File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments