Skip to content

Commit ba57e9a

Browse files
committed
update build
1 parent b4f1986 commit ba57e9a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Place wheels in artifacts folder
8282
uses: actions/upload-artifact@v4
8383
with:
84-
name: ${{ matrix.os }}-${{ matrix.python-version }}
84+
name: ${{ matrix.os }}
8585
path: ./dist/*.whl
8686

8787
test-wheels:
@@ -147,15 +147,10 @@ jobs:
147147
uses: actions/setup-python@v4
148148
with:
149149
python-version: ${{ matrix.python-version }}
150-
- name: Setup Python ${{ matrix.python-version }}
151-
uses: actions/setup-python@v4
152-
with:
153-
python-version: ${{ matrix.python-version }}
154150

155151
- name: Retrieve packages
156152
uses: actions/download-artifact@v4
157153
with:
158-
name: artifact
159154
path: dist
160155

161156
- name: Install twine

0 commit comments

Comments
 (0)