diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 5635e573..6d79f431 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -38,7 +38,7 @@ jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI runs-on: ubuntu-latest - # needs: tests + needs: tests steps: - uses: actions/checkout@v3 - name: Set up Python