mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-05-13 04:09:05 +00:00
feat: Удалить шаг инспекции METADATA из рабочего процесса публикации
This commit is contained in:
parent
4d44461949
commit
f04d2afe4a
1 changed files with 0 additions and 5 deletions
5
.github/workflows/upload.yml
vendored
5
.github/workflows/upload.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue