add build for release

This commit is contained in:
foamyguy 2024-06-03 17:03:01 -05:00
parent 0227af6bbc
commit ed39f029b9

View file

@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install build setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.pypi_username }}