From 515821feaf5c7395e507fe876d9bb88fbb3bed83 Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Thu, 22 Feb 2024 10:23:05 +0000 Subject: [PATCH] Issue #12 try again if and statement --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 811a386..36b72c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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