Update python-publish.yml
This commit is contained in:
parent
b48a3ad55a
commit
90c955d4cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
|
@ -32,7 +32,7 @@ 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 --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