Skip to content

Commit

Permalink
automate PyPI publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-thompson committed Jan 21, 2024
1 parent 15fff06 commit 28a8057
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: clean build install run test pushtest push
.PHONY: clean build install run test
DEFAULT: run

clean:
Expand All @@ -11,8 +11,4 @@ run: install
pong
test: build
twine check dist/*
tox
pushtest: build
twine upload --repository testpypi dist/*
push: build
twine upload dist/*
tox

0 comments on commit 28a8057

Please sign in to comment.