Skip to content

Commit

Permalink
Fix pypi upload issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Sep 9, 2024
1 parent e5acfce commit 325fe0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ password = <the token value, including the `pypi-` prefix>
```

- Upload the new version to PyPI:

```
pip install twine
twine check dist/*
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

description='''CKAN configuration settings available from env vars''',
long_description=long_description,
long_description_content_type="text/md",

# The project's main homepage.
url='https://github.com/okfn/ckanext-envvars',
Expand Down

0 comments on commit 325fe0c

Please sign in to comment.