Skip to content

Commit

Permalink
address
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Jun 19, 2022
1 parent ae087c9 commit 0086cc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ test: ## Run tests
# build packages

build: ## Build a release (sdist and wheel)
$(python) -m pip install --upgrade build
$(python) -m build
.PHONY: build

Expand All @@ -59,5 +58,5 @@ test-release: build ## Test a built release
.PHONY: test-release

release: ## Upload a built release
$(twine) upload dist/colorama-*{.whl,.tar.gz}
$(twine) upload dist/colorama-*
.PHONY: release
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you find Colorama useful, please |donate| to the authors. Thank you!
Installation
------------

Tested on CPython 2.7, 3.5, 3.6, 3.7, 3.8, 3.9 and 3.10 and Pypy 2.7 and 3.6.
Tested on CPython 2.7, 3.7, 3.8, 3.9 and 3.10 and Pypy 2.7 and 3.8.

No requirements other than the standard library.

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mock>=1.0.1;python_version<"3.3"
twine>=3.1.1
build
-e .

0 comments on commit 0086cc6

Please sign in to comment.