Skip to content

Commit 06d6b70

Browse files
authored
Merge pull request #53 from mwcraig/one-last-linux-wheel-fix
Remove unnecessary wheel build
2 parents 193b56a + 46950a9 commit 06d6b70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/upload_pypi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
TWINE_USERNAME: __token__
6060
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_TOKEN }}
6161
run: |
62-
python setup.py bdist_wheel
6362
twine upload wheelhouse/*-manylinux1_x86_64.whl
6463
6564
sdist:

0 commit comments

Comments
 (0)