fix deploy

This commit is contained in:
Dulmandakh 2024-06-29 13:21:41 +08:00
parent c113332250
commit 1180c5e71b

View File

@ -17,8 +17,8 @@ jobs:
python-version: "3.10" python-version: "3.10"
- name: Build wheel and source tarball - name: Build wheel and source tarball
run: | run: |
pip install wheel pip install build
python setup.py sdist bdist_wheel python -m build
- name: Publish a Python distribution to PyPI - name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.1.0 uses: pypa/gh-action-pypi-publish@v1.1.0
with: with: