Skip to content

Commit

Permalink
[#31] Correct TestPyPI link
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Jun 9, 2018
1 parent 755c52a commit 3457aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ pip install wheel
rm -rf build MANIFEST.in pyzbar.egg-info
```

3. Release to pypitest (see https://wiki.python.org/moin/TestPyPI for details)
3. Release to TestPyPI (see https://packaging.python.org/guides/using-testpypi/)

```
mkvirtualenv pypi
pip install twine
twine upload -r pypitest dist/*
```

4. Test the release to pypitest
4. Test the release to TestPyPI

* Check https://test.pypi.org/project/pyzbar/

Expand Down

0 comments on commit 3457aec

Please sign in to comment.