Pin libraries to fix release (#718)

This commit is contained in:
Johannes Faigle 2025-04-26 12:57:00 +02:00 committed by GitHub
parent d1e7566668
commit 3f7f005377
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View file

@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install -U setuptools twine wheel pkginfo
python -m pip install -U setuptools==75.6.0 twine==6.0.1 wheel pkginfo
- name: Build package
run: |

View file

@ -6,7 +6,13 @@
#### Fixes
## 3.1.01 (2025-04-16)
## 3.1.2 (2025-04-26)
#### Fixes
- CI: Pine twine and setuptools to fix release
## 3.1.1 (2025-04-16)
#### Fixes