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 59c07db commit 93756fbCopy full SHA for 93756fb
.github/workflows/release.yml
@@ -34,6 +34,8 @@ jobs:
34
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
35
36
release:
37
+ needs:
38
+ - release-core
39
runs-on: ubuntu-latest
40
strategy:
41
matrix:
0 commit comments