Commit 0b58a88 1 parent 12b9acd commit 0b58a88 Copy full SHA for 0b58a88
File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
pattern : " build-metadata-build-python-wheels-*"
24
24
run-id : ${{ env.RUN_ID }}
25
- github-token : ${{github.token}}
25
+ github-token : ${{ github.token }}
26
26
27
+ - id : download_wheels
28
+ name : Fetch wheels
29
+ uses : actions/download-artifact@v4
30
+ with :
31
+ pattern : " wheel-cp*"
32
+ path : /tmp
33
+ run-id : ${{ env.RUN_ID }}
34
+ github-token : ${{ github.token }}
35
+ merge-multiple : true
36
+
27
37
- id : compress
28
38
name : Compress metadata
29
39
run : |
56
66
57
67
---
58
68
> The wheels are on [PyPI](https://pypi.org/project/arcticdb/). Below are for debugging:
59
- files : ${{steps.compress.outcome == 'success' && '/tmp/build-metadata-*.tar.zst' || ''}}
69
+ files : |
70
+ ${{steps.compress.outcome == 'success' && '/tmp/build-metadata-*.tar.zst' || ''}}
71
+ /tmp/*.whl
60
72
61
73
62
74
pypi :
You can’t perform that action at this time.
0 commit comments