Update ci.yml

This commit is contained in:
JiJi
2023-01-25 00:50:19 +08:00
parent 3ddc029e3b
commit e361882f0c
+2 -2
View File
@@ -25,8 +25,8 @@ jobs:
python-version: '3.10' python-version: '3.10'
cache: 'pip' cache: 'pip'
- run: | - run: |
pip install -r requirements.txt pip install -r requirements.txt
python -m build python -m build
- name: Publish a Python distribution to PyPI - name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1
with: with: