Skip to content

Commit

Permalink
Merge pull request #19 from ZILiAT-NASK/v0.1.8
Browse files Browse the repository at this point in the history
fix missing build installation
  • Loading branch information
ZILiAT-NASK authored Feb 21, 2024
2 parents 415dd84 + a3dfef4 commit 9701c63
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 9701c63

Please sign in to comment.