mirror of
https://github.com/pypiserver/pypiserver
synced 2025-02-22 19:19:37 +01:00
10 lines
109 B
Bash
Executable File
10 lines
109 B
Bash
Executable File
#! /bin/sh
|
|
#
|
|
##
|
|
|
|
my_dir=`dirname "$0"`
|
|
cd $my_dir/..
|
|
|
|
rm -r build/* dist/*
|
|
python setup.py bdist_wheel sdist
|