Skip to content

Commit 85bf032

Browse files
committed
update badges
1 parent 49b6ad9 commit 85bf032

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ deploy-package:
8282
- test-docs
8383
- test
8484
only:
85-
- main
85+
- master
8686
script:
8787
- pip install twine
8888
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ You should have received a copy of the GNU General Public License
143143
along with this program. If not, see https://www.gnu.org/licenses/.
144144

145145

146-
.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psy-view/badges/main/pipeline.svg
147-
:target: https://codebase.helmholtz.cloud/psyplot/psy-view/-/pipelines?page=1&scope=all&ref=main
148-
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psy-view/badges/main/coverage.svg
149-
:target: https://codebase.helmholtz.cloud/psyplot/psy-view/-/graphs/main/charts
146+
.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psy-view/badges/master/pipeline.svg
147+
:target: https://codebase.helmholtz.cloud/psyplot/psy-view/-/pipelines?page=1&scope=all&ref=master
148+
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psy-view/badges/master/coverage.svg
149+
:target: https://codebase.helmholtz.cloud/psyplot/psy-view/-/graphs/master/charts
150150
.. |Latest Release| image:: https://codebase.helmholtz.cloud/psyplot/psy-view/-/badges/release.svg
151151
:target: https://codebase.helmholtz.cloud/psyplot/psy-view
152152
.. |PyPI version| image:: https://img.shields.io/pypi/v/psy-view.svg

docs/index.rst

+6-7
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ Indices and tables
134134
* :ref:`search`
135135

136136

137-
.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psy-view/badges/main/pipeline.svg
138-
:target: https://codebase.helmholtz.cloud/psyplot/psy-view/-/pipelines?page=1&scope=all&ref=main
139-
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psy-view/badges/main/coverage.svg
140-
:target: https://codebase.helmholtz.cloud/psyplot/psy-view/-/graphs/main/charts
137+
.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psy-view/badges/master/pipeline.svg
138+
:target: https://codebase.helmholtz.cloud/psyplot/psy-view/-/pipelines?page=1&scope=all&ref=master
139+
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psy-view/badges/master/coverage.svg
140+
:target: https://codebase.helmholtz.cloud/psyplot/psy-view/-/graphs/master/charts
141141
.. |Latest Release| image:: https://codebase.helmholtz.cloud/psyplot/psy-view/-/badges/release.svg
142142
:target: https://codebase.helmholtz.cloud/psyplot/psy-view
143143
.. |PyPI version| image:: https://img.shields.io/pypi/v/psy-view.svg
@@ -150,6 +150,5 @@ Indices and tables
150150
:target: https://www.python.org/dev/peps/pep-0008/
151151
.. |Checked with mypy| image:: http://www.mypy-lang.org/static/mypy_badge.svg
152152
:target: http://mypy-lang.org/
153-
.. TODO: uncomment the following line when the package is registered at https://api.reuse.software
154-
.. .. |REUSE status| image:: https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psy-view
155-
.. :target: https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psy-view
153+
.. |REUSE status| image:: https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psy-view
154+
:target: https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psy-view

0 commit comments

Comments
 (0)