Skip to content

Commit

Permalink
feat: upload to real pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejnovak committed Apr 4, 2021
1 parent 65b1043 commit a45c404
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit a45c404

Please sign in to comment.