Add build package

This commit is contained in:
Alec Delaney 2023-01-30 15:52:31 -05:00 committed by GitHub
parent 67c8a460a0
commit 5bd72aaee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
if: contains(steps.need-pypi.outputs.pyproject.toml, 'pyproject.toml')
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip build
pip install --upgrade build twine
- name: Build and publish
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')