8000 Update python_publish_linux.yml · chisarie/robotics-toolbox-python@8136c33 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8136c33

Browse files
authored
Update python_publish_linux.yml
1 parent 76614e5 commit 8136c33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/python_publish_linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,5 @@ jobs:
3535
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
3636
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3737
run: |
38-
python setup.py sdist bdist_wheel
39-
twine upload dist/*.gz
4038
twine upload wheelhouse/*manylinux*
4139

0 commit comments

Comments
 (0)
0