Update python-publish.yml
This commit is contained in:
parent
badb2fdb5b
commit
b48a3ad55a
1 changed files with 0 additions and 1 deletions
1
.github/workflows/python-publish.yml
vendored
1
.github/workflows/python-publish.yml
vendored
|
@ -32,7 +32,6 @@ 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 dist/*
|
|
||||||
# twine check --strict dist/*
|
# twine check --strict dist/*
|
||||||
|
|
||||||
- name: Publish package distributions to PyPI
|
- name: Publish package distributions to PyPI
|
||||||
|
|
Loading…
Reference in a new issue