Update python-publish.yml

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

View file

@ -32,7 +32,8 @@ jobs:
run: | run: |
python -m pip install --upgrade pip build twine python -m pip install --upgrade pip build twine
python -m build python -m build
twine check --strict dist/* twine check dist/*
# twine check --strict dist/*
- name: Publish package distributions to PyPI - name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1