Skip to content

Commit

Permalink
fix missing build installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kingagla committed Feb 21, 2024
1 parent be69d90 commit a3dfef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.TAG_NAME }}/g" setup.cfg
- name: Build a binary wheel
run: >-
pip install build
python -m build
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit a3dfef4

Please sign in to comment.