Skip to content

Commit 198cab0

Browse files
authored
updates deploy tag (#42)
* updates deploy tag * updates version numbers
1 parent 2d48dfc commit 198cab0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
find . -name '*.tar.gz' -exec mv '{}' dist/ \;
6464
find . -name '*.whl' -exec mv '{}' dist/ \;
6565
- name: Publish package to test pypi
66-
uses: pypa/gh-action-pypi-publish@7f25271a4aa483500f742f9492b2ab5648d61011 # v1.12.4
66+
uses: pypa/gh-action-pypi-publish@v1.12.4
6767
with:
6868
user: __token__
6969
password: ${{ secrets.PYPI_API_TOKEN }}

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors:
1818
- family-names: Ward
1919
given-names: Brian
2020
title: "Pyrtools: tools for multi-scale image processing"
21-
version: v1.0.6
21+
version: v1.0.7
2222
date-released: 2023-11-20
2323
doi: 10.5281/zenodo.10161031
2424
url: "https://github.com/LabForComputationalVision/pyrtools"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Build Status](https://github.com/LabForComputationalVision/pyrtools/workflows/build/badge.svg)](https://github.com/LabForComputationalVision/pyrtools/actions?query=workflow%3Abuild)
88
[![Documentation Status](https://readthedocs.org/projects/pyrtools/badge/?version=latest)](https://pyrtools.readthedocs.io/en/latest/?badge=latest)
99
[![DOI](https://zenodo.org/badge/137527035.svg)](https://zenodo.org/doi/10.5281/zenodo.10161031)
10-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.6?filepath=TUTORIALS%2F)
10+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.7?filepath=TUTORIALS%2F)
1111
[![codecov](https://codecov.io/gh/LabForComputationalVision/pyrtools/branch/main/graph/badge.svg?token=Ei9TYftdYi)](https://codecov.io/gh/LabForComputationalVision/pyrtools)
1212

1313
Briefly, the tools include:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:target: https://github.com/LabForComputationalVision/pyrtools/actions?query=workflow%3Abuild
1414

1515
.. |binder| image:: https://mybinder.org/badge_logo.svg
16-
:target: https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.6?filepath=TUTORIALS%2F
16+
:target: https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.7?filepath=TUTORIALS%2F
1717

1818
.. |doi| image:: https://zenodo.org/badge/137527035.svg
1919
:target: https://zenodo.org/doi/10.5281/zenodo.10161031

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ For more details, see the jupyter notebooks included in the
2323
``TUTORIALS/`` directory, static versions of which are linked in the
2424
navigation sidebar. You can play around with a live version of them in
2525
order to test out the code before downloading on `binder
26-
<https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.6?filepath=TUTORIALS%2F>`_
26+
<https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.7?filepath=TUTORIALS%2F>`_

0 commit comments

Comments
 (0)