From a45c404b0656c2420eb0b3c121b58f5ba907b0f4 Mon Sep 17 00:00:00 2001 From: andrzejnovak Date: Sun, 4 Apr 2021 17:31:31 +0200 Subject: [PATCH] feat: upload to real pypi --- .github/workflows/ci.yml | 5 +---- README.md | 24 ++++++++++++++++-------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 333907c..2d6599b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,4 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' with: user: __token__ - # Remember to generate this and set it in "GitHub Secrets" - password: ${{ secrets.pypi_password }} - # Remove this line - repository_url: https://test.pypi.org/legacy/ + password: ${{ secrets.pypi_password }} \ No newline at end of file diff --git a/README.md b/README.md index 87ba13c..79079f8 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,11 @@ # mplhep_data - [![Actions Status][actions-badge]][actions-link] -[![Documentation Status][rtd-badge]][rtd-link] -[![Code style: black][black-badge]][black-link] - [![PyPI version][pypi-version]][pypi-link] [![Conda-Forge][conda-badge]][conda-link] [![PyPI platforms][pypi-platforms]][pypi-link] - -[![GitHub Discussion][github-discussions-badge]][github-discussions-link] -[![Gitter][gitter-badge]][gitter-link] [![Scikit-HEP][sk-badge]](https://scikit-hep.org/) - +Sub-package to hold data (fonts) for [mplhep](https://github.com/scikit-hep/mplhep). [actions-badge]: https://github.com/Scikit-HEP/mplhep_data/workflows/CI/badge.svg [actions-link]: https://github.com/Scikit-HEP/mplhep_data/actions @@ -30,3 +23,18 @@ [rtd-badge]: https://readthedocs.org/projects/mplhep_data/badge/?version=latest [rtd-link]: https://mplhep_data.readthedocs.io/en/latest/?badge=latest [sk-badge]: https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg + +## Fonts +Fonts distributed in this package have open licenses and can be redistributed. While it +would be preferable to download the files from their original repositories, there is no +convenient way to do that due to varying repo structures. The following fonts are +included: + +#### Tex Gyre Heros +https://ctan.org/pkg/tex-gyre-heros?lang=en + +#### Fira Sans +https://github.com/mozilla/Fira + +#### Fira Math +https://github.com/firamath/firamath \ No newline at end of file