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 1150d17 commit e329267Copy full SHA for e329267
.github/workflows/dist-python.yml
@@ -54,7 +54,7 @@ jobs:
54
- uses: actions/upload-artifact@v4
55
with:
56
name: "dist"
57
- path: ./bindings/python/dist/*.*
+ path: ./dist/*.*
58
59
collect_dist:
60
runs-on: ubuntu-latest
.github/workflows/release-python.yml
@@ -22,7 +22,7 @@ env:
22
FOLLOWING_VERSION: ${{ inputs.following_version || '' }}
23
24
concurrency:
25
- group: wheels-${{ github.ref }}
+ group: dist-${{ github.ref }}
26
cancel-in-progress: true
27
28
defaults:
0 commit comments