Updated .gitignore
This commit is contained in:
parent
e194588d39
commit
d80702e949
|
@ -26,12 +26,12 @@ yarn-error.log*
|
|||
*.sw?
|
||||
|
||||
# Private configs
|
||||
/config.py
|
||||
/test.py
|
||||
/config/
|
||||
config.py
|
||||
test.py
|
||||
config
|
||||
|
||||
#build files
|
||||
/build
|
||||
/*egg-info
|
||||
/updatePyPi.sh
|
||||
/deezer
|
||||
build
|
||||
*egg-info
|
||||
updatePyPi.sh
|
||||
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