Skip to content

Commit

Permalink
Bump pypi action (#1320)
Browse files Browse the repository at this point in the history
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`
```
  • Loading branch information
joshmoore committed Jan 16, 2023
1 parent 1fd607a commit df6e071
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
name: releases
path: dist
- uses: pypa/gh-action-pypi-publish@v1
- uses: pypa/gh-action-pypi-publish@v1.6.4
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down
15 changes: 14 additions & 1 deletion docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,18 @@ Release notes
# .. warning::
# Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
.. _release_2.13.4:
.. _release_2.13.6:

2.13.6
------

Maintenance
~~~~~~~~~~~

* Bump gh-action-pypi-publish to 1.6.4.
By :user:`Josh Moore <joshmoore>` :issue:`1320`.

.. _release_2.13.5:

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

.. _release_2.13.4:

2.13.4
------

Expand Down

0 comments on commit df6e071

Please sign in to comment.