Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,3 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true

# TODO fetch-data requires login
# notify-django-packages:
# name: Notify Django Packages
# runs-on: ubuntu-latest
# needs:
# - publish-to-pypi
# steps:
# - name: Notify Django Packages
# run:
# curl -X GET "https://djangopackages.org/packages/django-typer/fetch-data/"
1 change: 1 addition & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Change Log
v2.1.0 (2025-02-20)
===================

* Implemented `Switch poetry -> uv <https://github.com/bckohan/django-enum/issues/87>`_
* Implemented `Add macos runner to CI <https://github.com/bckohan/django-enum/issues/86>`_
* Implemented `Add windows runner to CI <https://github.com/bckohan/django-enum/issues/85>`_
* Implemented `Drop support for python 3.8 <https://github.com/bckohan/django-enum/issues/84>`_
Expand Down