Skip to content

Commit cd0fd94

Browse files
authored
Update README.md (#238)
1 parent 9f56cf9 commit cd0fd94

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,19 @@ For normal changes, e.g. things happening inside the rlbot_gui folder,
5353
you should be publishing an update to PyPI. All users will get this change
5454
automatically without needing to reinstall!
5555

56+
#### Automated
57+
58+
To deploy:
59+
1. Look in `setup.py` and increment the version number
60+
2. Push a commit to the master branch (or open a PR with your changes to the master branch)
61+
- After the commit is made, a new version will automatically be deployed to PyPi.
62+
63+
#### Manual
64+
5665
To deploy:
57-
1. Create a .pypirc file like the one described here:
66+
1. Create a `.pypirc` file like the one described here:
5867
https://github.com/RLBot/RLBot/wiki/Deploying-Changes#first-time-setup
59-
1. Look in setup.py and increment the version number.
68+
1. Look in `setup.py` and increment the version number.
6069
1. Run `publish-to-pypi-prod.bat`
6170

6271
#### Note

0 commit comments

Comments
 (0)