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 cf3acec commit 0780bf3Copy full SHA for 0780bf3
.github/workflows/make_release.yaml
@@ -98,7 +98,7 @@ jobs:
98
make-github-release:
99
name: Create GitHub release
100
runs-on: ubuntu-latest
101
- needs: publish-to-pypi
+ needs: [build, publish-to-pypi]
102
env:
103
CHANGELOG: ${{ needs.build.outputs.changelog }}
104
steps:
@@ -114,7 +114,7 @@ jobs:
114
custom_tag: ${{ env.NEW_VERSION }}
115
116
- name: Download all the dists
117
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
118
with:
119
name: python-package-distributions
120
path: dist/
0 commit comments