Update .github/workflows/python_publish.yml
This commit is contained in:
parent
a2044ba7de
commit
60ef43e66e
4
.github/workflows/python_publish.yml
vendored
4
.github/workflows/python_publish.yml
vendored
|
@ -54,6 +54,10 @@ jobs:
|
|||
with:
|
||||
name: python-package-distributions
|
||||
path: dist/
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.x"
|
||||
- name: Publish distribution 📦 to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user