msys2-build 201 B

12345678
  1. #!/bin/bash
  2. # build borg.exe
  3. SETUPTOOLS_USE_DISTUTILS=stdlib pip install -e .
  4. pyinstaller -y scripts/borg.exe.spec
  5. # build sdist and wheel in dist/...
  6. SETUPTOOLS_USE_DISTUTILS=stdlib python -m build