We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd77339 commit a2c2f3eCopy full SHA for a2c2f3e
2 files changed
.changelog/2434.internal.md
@@ -1 +1 @@
1
-Remove Matomo analytics
+Remove Matomo analytics and fix Towncrier in CI
.github/workflows/ci-lint.yml
@@ -43,10 +43,11 @@ jobs:
43
- name: Install gitlint
44
run: |
45
python -m pip install gitlint
46
- # Needed for Towncrier fork to work with 3.12 and above
+ # Needed for Towncrier fork to work with 3.12 and above.
47
+ # As of version 82.0.0, pkg_resources is no longer available.
48
- name: Install setuptools
49
- python -m pip install setuptools
50
+ python -m pip install "setuptools<=81.0.0"
51
- name: Install towncrier
52
53
python -m pip install https://github.com/oasisprotocol/towncrier/archive/oasis-master.tar.gz
0 commit comments