Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit a6ec9a1

Browse files
committed
Makefile
1 parent 4d6bd2d commit a6ec9a1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,6 @@ dmypy.json
101101

102102
# Cython debug symbols
103103
cython_debug/
104+
105+
# IDE
106+
.vscode/

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
build:
2+
sudo python -m build
3+
4+
upload:
5+
python -m twine upload dist/*
6+
7+
clean:
8+
sudo rm -rf dist/ python_aternos.egg-info/

0 commit comments

Comments
 (0)