Skip to content

Commit 5806f52

Browse files
committed
build: remove debugging work around
1 parent 04216ba commit 5806f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424

2525
upload-pypi:
2626
name: Upload to pypi
27-
# needs: [release-please]
28-
# if: ${{ needs.release-please.outputs.release_created == 'true' }}
27+
needs: [release-please]
28+
if: ${{ needs.release-please.outputs.release_created == 'true' }}
2929
runs-on: ubuntu-latest
3030
environment:
3131
name: pypi

0 commit comments

Comments
 (0)