mirror of https://github.com/docker/docker-py.git
Use `build` instead of calling setup.py
Signed-off-by: Aarni Koskela <akx@iki.fi>
This commit is contained in:
parent
bd164f928a
commit
f128956034
|
|
@ -26,10 +26,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Generate Pacakge
|
- name: Generate Package
|
||||||
run: |
|
run: |
|
||||||
pip3 install setuptools wheel
|
pip3 install build
|
||||||
python setup.py sdist bdist_wheel
|
python -m build .
|
||||||
env:
|
env:
|
||||||
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DOCKER: ${{ inputs.tag }}
|
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DOCKER: ${{ inputs.tag }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue