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 f24d052 commit 96c7397Copy full SHA for 96c7397
.github/workflows/release-pypi.yml
@@ -121,6 +121,7 @@ jobs:
121
needs: build-packages
122
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
123
steps:
124
+ - uses: actions/checkout@v3
125
- uses: actions/download-artifact@v3
126
with:
127
name: dist-packages-${{ github.sha }}
@@ -151,6 +152,7 @@ jobs:
151
152
needs: [build-packages, waiting]
153
154
155
156
157
158
0 commit comments