Skip to content

Commit

Permalink
Revert out-of-scope change.
Browse files Browse the repository at this point in the history
Update tag for publish action.
  • Loading branch information
pllim committed Mar 9, 2021
1 parent 11a6928 commit 0ad2b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Publish distribution 📦 to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@main
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ should be sufficient unless stated otherwise.
Using OpenCV
------------

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
drawing in Ginga, you have two options:

Install OpenCV with pip
Expand Down

0 comments on commit 0ad2b4f

Please sign in to comment.