feat: update docs and python requirements

This commit is contained in:
JiJi
2026-05-05 22:14:49 +08:00
parent 9f7445642a
commit 74e93050be
7 changed files with 124 additions and 121 deletions
+3 -2
View File
@@ -22,12 +22,13 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.10'
cache: 'pip'
- run: |
pip install -r requirements.txt
pip install build setuptools-scm
python -m build
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}