Skip to content

Commit 16069a4

Browse files
committed
Back out "build: test release workflow"
This backs out commit f0fa45c.
1 parent f0fa45c commit 16069a4

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
build-pypi:
2626
name: Build for 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
steps:
3131
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)