We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dc0f7 commit 8bec3eaCopy full SHA for 8bec3ea
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Publish package on PyPI
62
if: steps.tag-version.outputs.new_tag
63
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1.10
64
with:
65
user: __token__
66
password: "${{ secrets.PYPI_TOKEN }}"
bioimageio/core/VERSION
@@ -1,3 +1,3 @@
1
{
2
- "version": "0.7.0"
+ "version": "0.6.10"
3
}
0 commit comments