ci: add missing wheel package

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman 2022-07-30 12:23:53 -04:00 committed by GitHub
parent 7f1bde162f
commit 631b332cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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 }}