1 parent 117b96c commit ca0d41dCopy full SHA for ca0d41d
1 file changed
.github/workflows/deploy.yaml
@@ -69,11 +69,12 @@ jobs:
69
70
- name: upload artifacts
71
if: |
72
- (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) ||
+ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/package')) ||
73
(github.event_name == 'release' && github.event.action == 'published')
74
uses: actions/upload-artifact@v4
75
with:
76
- path: dist/*.tar.gz
+ name: wheel-${{ matrix.buildplat[0] }}-${{ matrix.python }}
77
+ path: wheelhouse/*.whl
78
retention-days: 7
79
80
upload_testpypi:
0 commit comments