From f778912d8c9e4adbcd48fc6346d1a181c4b7456b Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Fri, 20 Sep 2024 10:28:54 -0400 Subject: [PATCH] Update pypi workflow (#894) --- .github/workflows/pypi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index ae450659e6..2f43305abc 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -26,5 +26,6 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERS }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - python setup.py sdist bdist_wheel + pip install build + python -m build twine upload dist/*