Skip to content

Commit c4c9367

Browse files
committed
fix ga pipeline
1 parent 76871c5 commit c4c9367

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "potsim2"
7-
version = "0.3.5"
7+
version = "0.3.6"
88
description = "Simple package to segment and compare protein potential grids"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)