Skip to content

Commit 619557b

Browse files
authored
fix: pypi only on release
1 parent 485f084 commit 619557b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
upload_to_pypi:
160160
needs: ["release-please","build_wheels","make_sdist","conda-deploy"]
161161
runs-on: ubuntu-latest
162-
#if: ${{ needs.release-please.outputs.release_created }}
162+
if: ${{ needs.release-please.outputs.release_created }}
163163
steps:
164164
- uses: actions/download-artifact@v3
165165
with:

0 commit comments

Comments
 (0)