We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ff0b9 commit d7c9a83Copy full SHA for d7c9a83
.github/workflows/bindings.python.yml
@@ -38,7 +38,7 @@ jobs:
38
if: inputs.tag
39
uses: actions/upload-artifact@v4
40
with:
41
- name: python
+ name: python-linux-${{ matrix.arch }}
42
path: src/bendpy/dist/*.whl
43
44
macos:
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
+ name: python-macos-${{ matrix.arch }}
64
65
66
publish:
@@ -72,7 +72,8 @@ jobs:
72
- uses: actions/checkout@v4
73
- uses: actions/download-artifact@v4
74
75
+ pattern: python-*
76
+ merge-multiple: true
77
path: src/bendpy/dist
78
- name: Publish to PyPI
79
timeout-minutes: 10
0 commit comments