Merge branch 'main' into grecoe/doc
This commit is contained in:
Коммит
79c1545521
|
@ -3,6 +3,7 @@ name: Upload Python Package
|
|||
on:
|
||||
release:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
@ -16,8 +17,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools wheel twine
|
||||
python setup.py sdist bdist_wheel
|
||||
python -m pip install setuptools wheel twine build
|
||||
python -m build
|
||||
|
||||
- name: Publish package
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
|
Загрузка…
Ссылка в новой задаче