Skip to content

Commit 68b1014

Browse files
committed
Install setuptools in CI
1 parent ed716bf commit 68b1014

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: "🐍 Display Python version"
7474
run: "python --version"
7575
- name: "🐍 Install wheel"
76-
run: "python -m pip install wheel --user"
76+
run: "python -m pip install setuptools wheel --user"
7777
- name: "🐍 Build a binary wheel and a source tarball"
7878
run: "python setup.py sdist bdist_wheel"
7979
- name: "📦 Publish package distributions to PyPI"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="colorlog",
5-
version="6.10.0",
5+
version="6.10.1",
66
description="Add colours to the output of Python's logging module.",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)