We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed716bf commit 68b1014Copy full SHA for 68b1014
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: "🐍 Display Python version"
74
run: "python --version"
75
- name: "🐍 Install wheel"
76
- run: "python -m pip install wheel --user"
+ run: "python -m pip install setuptools wheel --user"
77
- name: "🐍 Build a binary wheel and a source tarball"
78
run: "python setup.py sdist bdist_wheel"
79
- name: "📦 Publish package distributions to PyPI"
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="colorlog",
5
- version="6.10.0",
+ version="6.10.1",
6
description="Add colours to the output of Python's logging module.",
7
long_description=open("README.md").read(),
8
long_description_content_type="text/markdown",
0 commit comments