Skip to content

Commit eba9006

Browse files
authored
Merge branch 'main' into storage-transformers-and-partial-get-set
2 parents b6588e7 + df6e071 commit eba9006

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
name: releases
6666
path: dist
67-
- uses: pypa/gh-action-pypi-publish@v1
67+
- uses: pypa/gh-action-pypi-publish@v1.6.4
6868
with:
6969
user: __token__
7070
password: ${{ secrets.pypi_password }}

docs/release.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,18 @@ Unreleased
2020
* `get_partial_values` and `set_partial_values`
2121
By :user:`Jonathan Striebel <jstriebel>`; :issue:`1096`.
2222

23-
.. _release_2.13.4:
23+
.. _release_2.13.6:
24+
25+
2.13.6
26+
------
27+
28+
Maintenance
29+
~~~~~~~~~~~
30+
31+
* Bump gh-action-pypi-publish to 1.6.4.
32+
By :user:`Josh Moore <joshmoore>` :issue:`1320`.
33+
34+
.. _release_2.13.5:
2435

2536
2.13.5
2637
------
@@ -31,6 +42,8 @@ Bug fixes
3142
* Ensure ``zarr.create`` uses writeable mode to fix issue with :issue:`1304`.
3243
By :user:`James Bourbeau <jrbourbeau>` :issue:`1309`.
3344

45+
.. _release_2.13.4:
46+
3447
2.13.4
3548
------
3649

0 commit comments

Comments
 (0)