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

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkCat09 committed Jul 26, 2022
1 parent 4d6bd2d commit a6ec9a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,6 @@ dmypy.json

# Cython debug symbols
cython_debug/

# IDE
.vscode/
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build:
sudo python -m build

upload:
python -m twine upload dist/*

clean:
sudo rm -rf dist/ python_aternos.egg-info/

0 comments on commit a6ec9a1

Please sign in to comment.