Skip to content

Commit ffbdcde

Browse files
committed
Update RELEASE_PROCESS.md
1 parent 33c61f8 commit ffbdcde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RELEASE_PROCESS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Release a new Push Notifications Python version
22
## Requirements
33
- Python
4-
- Twine (pip install twine)
4+
- Twine (`pip install twine`)
5+
- wheel (`pip install wheel`)
56
- .pypirc
67
### pypirc
78
Create a `.pypirc` file in your home directory:
@@ -26,7 +27,7 @@ $ python setup.py sdist bdist_wheel
2627
```
2728
$ twine upload --repository-url https://test.pypi.org/legacy/ dist/*
2829
```
29-
(Then check that this worked at https://test.pypi.org)
30+
(Then check that this worked at https://test.pypi.org/project/pusher-push-notifications/)
3031

3132
### Upload to production PyPi
3233
```

0 commit comments

Comments
 (0)