Skip to content

Commit 2dfe474

Browse files
Fixed release.yaml (#989)
1 parent 12d396b commit 2dfe474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
environment: release-pypi
2828
if: github.event.action == 'published'
2929
runs-on: ubuntu-latest
30-
needs: build-package
30+
needs: check-package
3131

3232
steps:
3333
- name: Download packages built by build-and-inspect-python-package

0 commit comments

Comments
 (0)