Skip to content

Commit

Permalink
Issue #12 try again if and statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Feb 22, 2024
1 parent 09ce27c commit 515821f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:

- name: upload manylinux
if: matrix.os == 'ubuntu-latest' && python-ver == '3.10'
if: python-ver == '3.10'
run: |
python -m twine upload -u __token__ -p ${{secrets.PYPI_API_TOKEN}} dist/*-manylinux*.whl --skip-existing
Expand Down

0 comments on commit 515821f

Please sign in to comment.