From b34d8bd3c09fb4edc679eb4f6b93817871d03bd9 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Wed, 9 Oct 2024 20:32:31 -0400 Subject: [PATCH 1/2] immutables v0.21 Changes ======= * Drop typing_extensions dependency (#114) (by @nicoddemus in 3ba46f71 for #114) Fixes ===== * Replace `_PyLong_Format` with `PyNumber_ToBase` (#118) (by @musicinmybrain in 81d7c92d for #116) --- immutables/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immutables/_version.py b/immutables/_version.py index 4ff4999d..e5c270cb 100644 --- a/immutables/_version.py +++ b/immutables/_version.py @@ -10,4 +10,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.20' +__version__ = '0.21' From 1317f9d607b2a540aca37716e902adba56925a99 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Wed, 9 Oct 2024 20:45:06 -0400 Subject: [PATCH 2/2] Fix download-artifact usage --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e80e55a2..102c3163 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,7 +136,7 @@ jobs: - uses: actions/download-artifact@v4 with: - name: dist-* + pattern: dist-* merge-multiple: true path: dist/