Update python-publish.yml

This commit is contained in:
chyok 2024-06-30 00:32:17 +08:00 committed by GitHub
parent 91872e27ea
commit c5f8dc086a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,9 +29,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build -s
pip install build
- name: Build package
run: python -m build
run: python -m build -s
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with: