Explorar o código

Fixed release script

kaliko hai 8 meses
pai
achega
9e29ce788f
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      scripts/release

+ 1 - 2
scripts/release

@@ -33,8 +33,7 @@ git push github $version
 
 # Build borgmatic and publish to pypi.
 rm -fr dist
-python3 setup.py bdist_wheel
-python3 setup.py sdist
+python3 -m build
 twine upload -r pypi --username __token__ dist/borgmatic-*.tar.gz
 twine upload -r pypi --username __token__ dist/borgmatic-*-py3-none-any.whl