We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c61f8 commit ffbdcdeCopy full SHA for ffbdcde
RELEASE_PROCESS.md
@@ -1,7 +1,8 @@
1
# Release a new Push Notifications Python version
2
## Requirements
3
- Python
4
-- Twine (pip install twine)
+- Twine (`pip install twine`)
5
+- wheel (`pip install wheel`)
6
- .pypirc
7
### pypirc
8
Create a `.pypirc` file in your home directory:
@@ -26,7 +27,7 @@ $ python setup.py sdist bdist_wheel
26
27
```
28
$ twine upload --repository-url https://test.pypi.org/legacy/ dist/*
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/)
31
32
### Upload to production PyPi
33
0 commit comments