Skip to content

Commit 8ef5e71

Browse files
committed
CI: Switch out Setup.py call for 'build'.
1 parent 3330f6a commit 8ef5e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ steps:
4343
image: abcminiuser/docker-ci-python:latest
4444
pull: always
4545
commands:
46-
- python setup.py sdist bdist_wheel
46+
- python -m build
4747
- twine check dist/*
4848
depends_on:
4949
- Flake8

0 commit comments

Comments
 (0)