File: build_dist_for_release.sh

package info (click to toggle)
pandas 0.23.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 167,704 kB
  • sloc: python: 230,826; ansic: 11,317; sh: 682; makefile: 133
file content (10 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# this requires cython to be installed

# this builds the release cleanly & is building on the current checkout
rm -rf dist
git clean -xfd
python setup.py clean --quiet
python setup.py cython --quiet
python setup.py sdist --formats=gztar --quiet