Skip to content

Commit

Permalink
add missing build lib in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
williammadie committed Jun 19, 2024
1 parent 7641003 commit 0381004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: "3.x"
- name: Build Package
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip build
python3 -m build
- name: Publish to TestPyPi
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: "3.x"
- name: Build Package
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip build
python3 -m build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 0381004

Please sign in to comment.