Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Nov 11, 2022
1 parent 0e93adc commit cee9b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
pip install pytest
pytest tests
- name: Publish
if: startsWith(github.event.ref, 'refs/tags') && ${{ matrix.python-version == '3.8' }}
if: startsWith(github.event.ref, 'refs/tags') && matrix.python-version == '3.8'
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
pytest tests -k "not big_read"
- name: Publish
shell: bash
if: startsWith(github.event.ref, 'refs/tags') && ${{ matrix.python-version == '3.8' }}
if: startsWith(github.event.ref, 'refs/tags') && matrix.python-version == '3.8'
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
Expand Down

0 comments on commit cee9b72

Please sign in to comment.