Skip to content

Commit 5f994c8

Browse files
committed
updated docs regarding app releasing to pypi
1 parent 59b65a6 commit 5f994c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ configure your `~/.pypirc` file as follows:
155155
index-servers =
156156
pypi
157157
[pypi]
158-
username:yourusername
159-
password:yourpassword
158+
username = __token__
159+
password = VALID_TOKEN_GOES_HERE
160160
```
161161

162162
then, update version in `spotifycli/version.py` and `spotifycli/spotifycli.py` and type:

0 commit comments

Comments
 (0)