From 90b04bc1e0cfa653d432e305b9867e29e1a9f5d2 Mon Sep 17 00:00:00 2001 From: pantor Date: Mon, 6 Dec 2021 18:05:54 -0800 Subject: [PATCH] fix python upload --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e7d217d0..0af9beef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -72,4 +72,5 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | sudo python setup.py sdist - twine upload dist/* + twine upload dist/*.tar.gz + twine upload dist/*manylinux*.whl