We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b336b commit 571b338Copy full SHA for 571b338
.github/workflows/release.yml
@@ -225,7 +225,7 @@ jobs:
225
- macos-latest
226
- windows-latest
227
python-version: ["3.9", "3.10", "3.11", "3.12"]
228
- if: ${{ needs.release.outputs.release_created }}
+ if: ${{ needs.release-please.outputs.release_created }}
229
steps:
230
- uses: actions/download-artifact@v4
231
with:
@@ -250,7 +250,7 @@ jobs:
250
251
252
253
254
permissions:
255
# IMPORTANT: this permission is mandatory for trusted publishing
256
id-token: write
0 commit comments