Skip to content

Commit

Permalink
Merge pull request #15 from umr-lops/workflow_updt
Browse files Browse the repository at this point in the history
add missing keyword long_description_content_type in setup.py and tak…
  • Loading branch information
agrouaze authored Jul 3, 2023
2 parents c909101 + 3125727 commit c50313a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Check the built archives
run: |
twine check dist/*
python -m pip install dist/*.whl
python${{ matrix.python-version }} -m pip install dist/*.whl
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
install_requires=requirements,
license="MIT license",
long_description=readme + '\n\n' + history,
long_description_content_type='text/x-rst',
include_package_data=True,
keywords='grdwindinversion',
name='grdwindinversion',
Expand Down

0 comments on commit c50313a

Please sign in to comment.