Skip to content

Commit 377203d

Browse files
authored
Fix pipeline
1 parent a558772 commit 377203d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
with:
4444
name: artifacts-${{ matrix.os }}
4545
path: ./wheelhouse/*.whl
46-
name: wheels-${{ matrix.os }}
4746

4847
build_sdist:
4948
name: Build source distribution
@@ -56,7 +55,6 @@ jobs:
5655
with:
5756
name: artifacts-sdist
5857
path: dist/*.tar.gz
59-
name: source-dist
6058

6159
pypi_upload:
6260
name: Publish to PyPI

0 commit comments

Comments
 (0)