Skip to content

Commit 0ad2b4f

Browse files
committed
Revert out-of-scope change.
Update tag for publish action.
1 parent 11a6928 commit 0ad2b4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Publish distribution 📦 to PyPI
3333
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
34-
uses: pypa/gh-action-pypi-publish@main
34+
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:
3636
user: __token__
3737
password: ${{ secrets.PYPI_TOKEN }}

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ should be sufficient unless stated otherwise.
6262
Using OpenCV
6363
------------
6464

65-
If you wish to use `OpenCV <https://docs.opencv.org/main/index.html>`_ to handle the
65+
If you wish to use `OpenCV <https://docs.opencv.org/master/index.html>`_ to handle the
6666
drawing in Ginga, you have two options:
6767

6868
Install OpenCV with pip

0 commit comments

Comments
 (0)