We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a6928 commit 0ad2b4fCopy full SHA for 0ad2b4f
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Publish distribution 📦 to PyPI
33
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
34
- uses: pypa/gh-action-pypi-publish@main
+ uses: pypa/gh-action-pypi-publish@release/v1
35
with:
36
user: __token__
37
password: ${{ secrets.PYPI_TOKEN }}
docs/install.rst
@@ -62,7 +62,7 @@ should be sufficient unless stated otherwise.
62
Using OpenCV
63
------------
64
65
-If you wish to use `OpenCV <https://docs.opencv.org/main/index.html>`_ to handle the
+If you wish to use `OpenCV <https://docs.opencv.org/master/index.html>`_ to handle the
66
drawing in Ginga, you have two options:
67
68
Install OpenCV with pip
0 commit comments