Skip to content

Commit 61d5311

Browse files
committed
Update PyPI upload instructions
1 parent 92d3de1 commit 61d5311

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ All feature and bug contributions are expected to be covered by tests.
3131

3232
## Uploading to PyPI
3333

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

3637
```
3738
pip install -r pkg-requires.txt
3839
3940
python setup.py sdist bdist_wheel
40-
twine upload dist/*
41+
twine upload --repository=django-cte dist/*
4142
```

0 commit comments

Comments
 (0)