Update python-publish.yml
This commit is contained in:
parent
7df7370596
commit
badb2fdb5b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/python-publish.yml
vendored
3
.github/workflows/python-publish.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue