Update python-publish.yml

This commit is contained in:
helgeerbe 2024-10-19 17:55:12 +02:00 committed by GitHub
parent badb2fdb5b
commit b48a3ad55a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,6 @@ jobs:
run: |
python -m pip install --upgrade pip build twine
python -m build
twine check dist/*
# twine check --strict dist/*
- name: Publish package distributions to PyPI