diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7404812..e3a629b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: python -m twine check dist/* - name: Publish distribution 📦 to PyPI - if: ${{ startsWith(github.ref, 'refs/tags') && matrix.os != 'ubuntu-latest' }} + if: ${{ startsWith(github.ref, 'refs/tags') }} env: TWINE_USERNAME: ${{ secrets.PYPI_UN }} TWINE_PASSWORD: ${{ secrets.PYPI_PW }}