feat: Удалить шаг инспекции METADATA из рабочего процесса публикации

This commit is contained in:
Artem 2025-05-10 21:14:45 +02:00
parent 4d44461949
commit f04d2afe4a
No known key found for this signature in database
GPG key ID: 833485276B7902CE

View file

@ -40,11 +40,6 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, '[skip publish]') }}
run: python -m build
- name: Inspect METADATA (for debug)
run: |
unzip dist/*.whl -d temp/
cat temp/*.dist-info/METADATA
- name: Publish package
if: ${{ !contains(github.event.head_commit.message, '[skip publish]') }}
uses: pypa/gh-action-pypi-publish@v1.12.4