diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index ecd4bf8..6e519e1 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -80,7 +80,7 @@ jobs: path: dist/* publish-testpypi: - needs: test + needs: build runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' && (github.event_name == 'release' || github.event_name == 'pull_request') steps: @@ -101,7 +101,7 @@ jobs: TWINE_PASSWORD: ${{ secrets.TESTPYPI_API_TOKEN }} deploy: - needs: test + needs: publish-testpypi runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' && (github.event_name == 'release' || github.event_name == 'pull_request') steps: