Add build package
This commit is contained in:
parent
67c8a460a0
commit
5bd72aaee1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: contains(steps.need-pypi.outputs.pyproject.toml, 'pyproject.toml')
|
if: contains(steps.need-pypi.outputs.pyproject.toml, 'pyproject.toml')
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip build
|
||||||
pip install --upgrade build twine
|
pip install --upgrade build twine
|
||||||
- name: Build and publish
|
- name: Build and publish
|
||||||
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
|
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue