Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
2a56b7fa
Commit
2a56b7fa
authored
Aug 29, 2022
by
Daniel David Brown
Browse files
remove old dist files before pushing
parent
64bd569b
Changes
1
Hide whitespace changes
Inline
Side-by-side
packaging/pip_distribute.sh
View file @
2a56b7fa
#!/bin/bash
rm
-rf
../dist
(
cd
..
&&
rm
-r
./
**
/
**
.pyc
)
(
cd
..
&&
python setup.py sdist
--formats
=
gztar
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment