Skip to content

Commit ca0d41d

Browse files
committed
fix bplat deplyment
1 parent 117b96c commit ca0d41d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,12 @@ jobs:
6969

7070
- name: upload artifacts
7171
if: |
72-
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) ||
72+
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/package')) ||
7373
(github.event_name == 'release' && github.event.action == 'published')
7474
uses: actions/upload-artifact@v4
7575
with:
76-
path: dist/*.tar.gz
76+
name: wheel-${{ matrix.buildplat[0] }}-${{ matrix.python }}
77+
path: wheelhouse/*.whl
7778
retention-days: 7
7879

7980
upload_testpypi:

0 commit comments

Comments
 (0)