CI: Add required pkginfo to release workflow (#715)

* CI: Add required pkginfo to release workflow

* Changelog: Add fix to 3.1.0 release
This commit is contained in:
Johannes Faigle 2025-04-16 10:54:11 +02:00 committed by GitHub
parent cbcaff3569
commit df185e32db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 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
python -m pip install -U setuptools twine wheel pkginfo
- name: Build package
run: |

View file

@ -22,6 +22,7 @@ via `AUDITLOG_MASK_TRACKING_FIELDS` setting. ([#702](https://github.com/jazzband
#### Fixes
- CI: Add required pkginfo to release workflow
- fix: Use sender instead of receiver for `m2m_changed` signal ID to prevent duplicate entries for models that share a related model. ([#686](https://github.com/jazzband/django-auditlog/pull/686))
- Fixed a problem when setting `Value(None)` in `JSONField` ([#646](https://github.com/jazzband/django-auditlog/pull/646))
- Fixed a problem when setting `django.db.models.functions.Now()` in `DateTimeField` ([#635](https://github.com/jazzband/django-auditlog/pull/635))