Skip to content

Commit 06460f8

Browse files
authored
Merge pull request #134 from pllim/replace-with-main
MNT: Replace master with main
2 parents 8fed923 + 0ad2b4f commit 06460f8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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@master
34+
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:
3636
user: __token__
3737
password: ${{ secrets.PYPI_TOKEN }}

docs/astrowidgets/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ A more detailed description of the interface and the :ref:`api-docs` are availab
6363
Example Notebooks
6464
-----------------
6565

66-
* `astrowidgets using the Ginga backend <https://github.com/astropy/astrowidgets/blob/master/example_notebooks/ginga_widget.ipynb>`_
67-
* `Using named markers to keep track of logically related markers <https://github.com/astropy/astrowidgets/blob/master/example_notebooks/named_markers.ipynb>`_
68-
* `Demonstration of GUI interactions <https://github.com/astropy/astrowidgets/blob/master/example_notebooks/gui_interactions.ipynb>`_
66+
* `astrowidgets using the Ginga backend <https://github.com/astropy/astrowidgets/blob/main/example_notebooks/ginga_widget.ipynb>`_
67+
* `Using named markers to keep track of logically related markers <https://github.com/astropy/astrowidgets/blob/main/example_notebooks/named_markers.ipynb>`_
68+
* `Demonstration of GUI interactions <https://github.com/astropy/astrowidgets/blob/main/example_notebooks/gui_interactions.ipynb>`_
6969

7070

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
# if versionmod.version.release:
152152
# edit_on_github_branch = "v" + versionmod.version.version
153153
# else:
154-
# edit_on_github_branch = "master"
154+
# edit_on_github_branch = "main"
155155

156156
# edit_on_github_source_root = ""
157157
# edit_on_github_doc_root = "docs"

0 commit comments

Comments
 (0)