Skip to content

Commit 631b332

Browse files
authored
ci: add missing wheel package
Signed-off-by: Milas Bowman <[email protected]>
1 parent 7f1bde1 commit 631b332

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
with:
2323
python-version: '3.10'
2424

25-
- run: python setup.py sdist bdist_wheel
25+
- name: Generate Pacakge
26+
run: |
27+
pip3 install wheel
28+
python setup.py sdist bdist_wheel
2629
env:
2730
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DOCKER: ${{ inputs.tag }}
2831

0 commit comments

Comments
 (0)