mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Pin libraries to fix release (#718)
This commit is contained in:
parent
d1e7566668
commit
3f7f005377
2 changed files with 8 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install -U pip
|
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
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,13 @@
|
||||||
|
|
||||||
#### Fixes
|
#### 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
|
#### Fixes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue