Updated .gitignore
This commit is contained in:
parent
e194588d39
commit
d80702e949
|
@ -26,12 +26,12 @@ yarn-error.log*
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
# Private configs
|
# Private configs
|
||||||
/config.py
|
config.py
|
||||||
/test.py
|
test.py
|
||||||
/config/
|
config
|
||||||
|
|
||||||
#build files
|
#build files
|
||||||
/build
|
build
|
||||||
/*egg-info
|
*egg-info
|
||||||
/updatePyPi.sh
|
updatePyPi.sh
|
||||||
/deezer
|
deezer
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
rm -rd build
|
|
||||||
rm -rd dist
|
|
||||||
python -m bump
|
|
||||||
python -m bump deemix/__init__.py
|
|
||||||
python3 setup.py sdist bdist_wheel
|
|
||||||
python3 -m twine upload dist/*
|
|
Loading…
Reference in New Issue