Skip to content

Commit

Permalink
ci: add missing wheel package
Browse files Browse the repository at this point in the history
Signed-off-by: Milas Bowman <[email protected]>
  • Loading branch information
milas authored Jul 30, 2022
1 parent 7f1bde1 commit 631b332
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
with:
python-version: '3.10'

- run: python setup.py sdist bdist_wheel
- name: Generate Pacakge
run: |
pip3 install wheel
python setup.py sdist bdist_wheel
env:
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DOCKER: ${{ inputs.tag }}

Expand Down

0 comments on commit 631b332

Please sign in to comment.