Skip to content

Commit 8bec3ea

Browse files
committed
pin release action to one used for last release
1 parent a5dc0f7 commit 8bec3ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Publish package on PyPI
6262
if: steps.tag-version.outputs.new_tag
63-
uses: pypa/gh-action-pypi-publish@release/v1
63+
uses: pypa/gh-action-pypi-publish@release/v1.10
6464
with:
6565
user: __token__
6666
password: "${{ secrets.PYPI_TOKEN }}"

bioimageio/core/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.7.0"
2+
"version": "0.6.10"
33
}

0 commit comments

Comments
 (0)