Skip to content

Commit

Permalink
Update PyPI upload instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
millerdev committed Jun 7, 2024
1 parent 92d3de1 commit 61d5311
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ All feature and bug contributions are expected to be covered by tests.

## Uploading to PyPI

Package and upload the generated files.
Package and upload the generated files. This assumes the `django-cte` repository
has been configured in `~/.pypirc`.

```
pip install -r pkg-requires.txt
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload --repository=django-cte dist/*
```

0 comments on commit 61d5311

Please sign in to comment.