Skip to content

Commit

Permalink
minor: remove upload from makefile
Browse files Browse the repository at this point in the history
pypi packages should only be published via GitHub actions.

Removing the upload directive since it is no longer used.
  • Loading branch information
toumorokoshi committed Feb 15, 2022
1 parent 13ed5a7 commit 4ac5ff6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ build: .venv/deps
rm -rf ./dist/
.venv/bin/python -m build .

upload: build .venv/deps
.venv/bin/python -m twine upload dist/

# only works with python 3+
lint: .venv/deps
.venv/bin/python -m pip install black==21.12b0
Expand Down

0 comments on commit 4ac5ff6

Please sign in to comment.