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 e8a4a5e commit 2c26cc4Copy full SHA for 2c26cc4
.github/workflows/python-package.yml
@@ -239,10 +239,10 @@ jobs:
239
files: wheels/*.whl
240
prerelease: true
241
name: Multi-Backend Preview
242
- tag_name: continuous-release-preview
+ tag_name: continuous-release_multi-backend-refactor
243
make_latest: false
244
draft: false
245
- target_commitish: ${{ github.ref_name }}
+ target_commitish: ${{ github.sha }}
246
247
audit-wheels:
248
needs: build-wheels
0 commit comments