diff --git a/.github/workflows/publication_to_pypi.yml b/.github/workflows/publication_to_pypi.yml index c7dfe8a..dd6bc86 100644 --- a/.github/workflows/publication_to_pypi.yml +++ b/.github/workflows/publication_to_pypi.yml @@ -68,7 +68,7 @@ jobs: uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} -pypi-publish: + pypi-publish: name: Upload to TestPyPI runs-on: ubuntu-latest needs: ['manylinux2_28', 'manylinux2_28_test']