Skip to content

Commit

Permalink
fix: pypi only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose authored Dec 3, 2023
1 parent 485f084 commit 619557b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
upload_to_pypi:
needs: ["release-please","build_wheels","make_sdist","conda-deploy"]
runs-on: ubuntu-latest
#if: ${{ needs.release-please.outputs.release_created }}
if: ${{ needs.release-please.outputs.release_created }}
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 619557b

Please sign in to comment.