From 1180c5e71b8c7582e131e426129735f9eb4e75a0 Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Sat, 29 Jun 2024 13:21:41 +0800 Subject: [PATCH] fix deploy --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 93ce31c5..1936a77b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,8 +17,8 @@ jobs: python-version: "3.10" - name: Build wheel and source tarball run: | - pip install wheel - python setup.py sdist bdist_wheel + pip install build + python -m build - name: Publish a Python distribution to PyPI uses: pypa/gh-action-pypi-publish@v1.1.0 with: