File: create-release.sh

package info (click to toggle)
python-django-mptt 0.13.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,256 kB
  • sloc: python: 4,964; javascript: 317; makefile: 119; sh: 15
file content (7 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash -ex

# Clean environment, to avoid https://github.com/django-mptt/django-mptt/issues/513
python3 ./setup.py clean
rm -rf ./*.egg-info

python3 setup.py sdist bdist_wheel