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"
- 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: