Skip to content

Commit df6e071

Browse files
authored
Bump pypi action (#1320)
2.13.4 and 2.13.5 were not released due to the following error: ``` Error: Unable to resolve action `pypa/gh-action-pypi-publish@v1`, unable to find version `v1` ```
1 parent 1fd607a commit df6e071

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
@@ -14,7 +14,18 @@ Release notes
1414
# .. warning::
1515
# Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
1616
17-
.. _release_2.13.4:
17+
.. _release_2.13.6:
18+
19+
2.13.6
20+
------
21+
22+
Maintenance
23+
~~~~~~~~~~~
24+
25+
* Bump gh-action-pypi-publish to 1.6.4.
26+
By :user:`Josh Moore <joshmoore>` :issue:`1320`.
27+
28+
.. _release_2.13.5:
1829

1930
2.13.5
2031
------
@@ -25,6 +36,8 @@ Bug fixes
2536
* Ensure ``zarr.create`` uses writeable mode to fix issue with :issue:`1304`.
2637
By :user:`James Bourbeau <jrbourbeau>` :issue:`1309`.
2738

39+
.. _release_2.13.4:
40+
2841
2.13.4
2942
------
3043

0 commit comments

Comments
 (0)