Skip to content

Commit

Permalink
config: Separates the assembly action from the
Browse files Browse the repository at this point in the history
submission to Python Package Index.
  • Loading branch information
alexcamargos committed Feb 14, 2024
1 parent 7330d0c commit 6c16344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ build:
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade twine
python3 -m build

upload:
python3 -m twine upload dist/* --verbose


Expand Down

0 comments on commit 6c16344

Please sign in to comment.