Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix twine upload
  • Loading branch information
subotic committed Mar 22, 2019
1 parent 2460937 commit bcc87ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -541,7 +541,7 @@ then upload:

```bash
$ python3 -m pip install --user --upgrade tqdm twine
$ python3 -m twine dist/*
$ python3 -m twine upload dist/*
```

For local development:
Expand Down

0 comments on commit bcc87ca

Please sign in to comment.