File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030 - uses : actions/upload-artifact@v4
3131 with :
32+ name : artifact-sdist
3233 path : dist/*.tar.gz
3334
3435 build_wheels :
@@ -132,7 +133,7 @@ jobs:
132133 - name : Upload wheels
133134 uses : actions/upload-artifact@v4
134135 with :
135- name : wheel -${{ strategy.job-index }}
136+ name : artifact -${{ matrix.python }}-${{ matrix.platform_id }}
136137 path : wheelhouse/*.whl
137138
138139 upload_all :
@@ -148,7 +149,7 @@ jobs:
148149
149150 - uses : actions/download-artifact@v4
150151 with :
151- pattern : wheel -*
152+ pattern : artifact -*
152153 path : dist
153154 merge-multiple : true
154155
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " potsim2"
7- version = " 0.3.5 "
7+ version = " 0.3.6 "
88description = " Simple package to segment and compare protein potential grids"
99readme = " README.md"
1010requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments