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/ 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'