Skip to content

Commit

Permalink
🚑 Makefile released to test PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 26, 2019
1 parent dffd758 commit af317ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dist: clean ## Builds source and wheel package.

.PHONY: release
release: ## Release build on PyP
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*

.PHONY: tox
tox: ## Run tests on every Python version with tox.
Expand Down

0 comments on commit af317ce

Please sign in to comment.