Skip to content

Commit

Permalink
chore: Fix capitalization of PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 16, 2021
1 parent f10e013 commit a010aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to PyPi
name: Publish to PyPI
on: push
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following packages also support multiple standards:
* `OCDS Babel <https://ocds-babel.readthedocs.io/en/latest/>`__, which provides Babel extractors and translation methods
* `OCDS Kit <https://ocdskit.readthedocs.io/en/latest/>`__, which provides `commands <https://ocdskit.readthedocs.io/en/latest/cli/schema.html>`__ for transforming JSON Schema, and methods for `creating a mapping sheet <https://ocdskit.readthedocs.io/en/latest/api/mapping_sheet.html>`__ and for `yielding a schema's fields <https://ocdskit.readthedocs.io/en/latest/api/schema.html>`__.

If you are viewing this on GitHub or PyPi, open the `full documentation <https://jscc.readthedocs.io/>`__ for additional details.
If you are viewing this on GitHub or PyPI, open the `full documentation <https://jscc.readthedocs.io/>`__ for additional details.

.. |PyPI Version| image:: https://img.shields.io/pypi/v/jscc.svg
:target: https://pypi.org/project/jscc/
Expand Down

0 comments on commit a010aaa

Please sign in to comment.