Skip to content

Commit 184695d

Browse files
committed
Update ignore and add deploy.sh
1 parent bbc0107 commit 184695d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.DS_Store
2+
.vscode/
3+
14
# Byte-compiled / optimized / DLL files
25
__pycache__/
36
*.py[cod]

deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
rm -rf dist
3+
python3 setup.py bdist_wheel sdist --formats gztar && twine upload dist/*

0 commit comments

Comments
 (0)