Skip to content

Commit f3175cf

Browse files
committed
try to fix upload-artifact #2
1 parent 0d426bd commit f3175cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pythonapp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
5555
- uses: actions/upload-artifact@v4
5656
with:
57-
path: dist/*.tar.gz
57+
path: wheelhouse/*.tar.gz
5858
include-hidden-files: true
5959
retention-days: 1
60-
60+
6161
upload_pypi:
6262
needs: [build_wheels] # , build_sdist
6363
runs-on: ubuntu-latest
@@ -68,9 +68,9 @@ jobs:
6868
- uses: actions/[email protected]
6969
with:
7070
# name: artifact
71-
path: dist
71+
path: wheelhouse
7272
merge-multiple: true
73-
pattern: dist/*
73+
pattern: wheelhouse/*
7474

7575
- uses: pypa/[email protected]
7676
with:

0 commit comments

Comments
 (0)