Skip to content

Commit e329267

Browse files
committed
fix path
1 parent 1150d17 commit e329267

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dist-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/upload-artifact@v4
5555
with:
5656
name: "dist"
57-
path: ./bindings/python/dist/*.*
57+
path: ./dist/*.*
5858

5959
collect_dist:
6060
runs-on: ubuntu-latest

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
FOLLOWING_VERSION: ${{ inputs.following_version || '' }}
2323

2424
concurrency:
25-
group: wheels-${{ github.ref }}
25+
group: dist-${{ github.ref }}
2626
cancel-in-progress: true
2727

2828
defaults:

0 commit comments

Comments
 (0)