File: BUILDING.md

package info (click to toggle)
python-questplus 2023.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 320 kB
  • sloc: python: 1,345; makefile: 18
file content (8 lines) | stat: -rw-r--r-- 235 bytes parent folder | download
1
2
3
4
5
6
7
8
## Building a release

* Create `sdist` and `wheel` distributions:
  ```python
  python -m build --sdist --wheel
  ```
  (optionally append `--no-isolation` if running into group policy
   permission errors on managed Windows systems)