We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f85a6c commit fb1c4d4Copy full SHA for fb1c4d4
1 file changed
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
upload:
96
name: Publish
97
if: github.event_name == 'release'
98
- needs: [tar_gz, whl_3_8, whl_3_9_to_3_11, whl_3_12]
+ needs: [tar_gz, wheels]
99
runs-on: ubuntu-22.04
100
steps:
101
- uses: actions/download-artifact@v3
0 commit comments