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:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Generate Pacakge
|
||||
- name: Generate Package
|
||||
run: |
|
||||
pip3 install setuptools wheel
|
||||
python setup.py sdist bdist_wheel
|
||||
pip3 install build
|
||||
python -m build .
|
||||
env:
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DOCKER: ${{ inputs.tag }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue