Skip to content

Commit

Permalink
[#117] Pin pip version. Use twine in existing venv
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Oct 23, 2021
1 parent af9fbab commit 16f6de5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```
python -m venv venv
source ./venv/bin/activate
pip install -U pip
pip install -U pip==21.3
pip install -r requirements.txt
python -m pytest --verbose --cov=pyzbar --cov-report=term-missing --cov-report=html pyzbar
Expand Down Expand Up @@ -53,8 +53,6 @@ frozen binary.
2. Release to TestPyPI (see https://packaging.python.org/guides/using-testpypi/)

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

Expand Down

0 comments on commit 16f6de5

Please sign in to comment.