Skip to content

Commit 86ac943

Browse files
authored
Merge branch 'ome:master' into fix-scalebar-position
2 parents fe9f146 + 3e8fa73 commit 86ac943

4 files changed

Lines changed: 384 additions & 221 deletions

File tree

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
python -m build
1818
- name: Publish distribution to PyPI
1919
if: startsWith(github.ref, 'refs/tags')
20-
uses: pypa/gh-action-pypi-publish@v1.8.14
20+
uses: pypa/gh-action-pypi-publish@release/v1
2121
with:
2222
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)