mirror of https://github.com/docker/docker-py.git
ci: add missing wheel package
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
parent
7f1bde162f
commit
631b332cd9
|
@ -22,7 +22,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
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:
|
env:
|
||||||
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DOCKER: ${{ inputs.tag }}
|
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DOCKER: ${{ inputs.tag }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue