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 12d396b commit 2dfe474Copy full SHA for 2dfe474
.github/workflows/release.yaml
@@ -27,7 +27,7 @@ jobs:
27
environment: release-pypi
28
if: github.event.action == 'published'
29
runs-on: ubuntu-latest
30
- needs: build-package
+ needs: check-package
31
32
steps:
33
- name: Download packages built by build-and-inspect-python-package
0 commit comments