Skip to content

Commit

Permalink
Update README.md (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored Dec 1, 2024
1 parent 9f56cf9 commit cd0fd94
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,19 @@ For normal changes, e.g. things happening inside the rlbot_gui folder,
you should be publishing an update to PyPI. All users will get this change
automatically without needing to reinstall!

#### Automated

To deploy:
1. Look in `setup.py` and increment the version number
2. Push a commit to the master branch (or open a PR with your changes to the master branch)
- After the commit is made, a new version will automatically be deployed to PyPi.

#### Manual

To deploy:
1. Create a .pypirc file like the one described here:
1. Create a `.pypirc` file like the one described here:
https://github.com/RLBot/RLBot/wiki/Deploying-Changes#first-time-setup
1. Look in setup.py and increment the version number.
1. Look in `setup.py` and increment the version number.
1. Run `publish-to-pypi-prod.bat`

#### Note
Expand Down

0 comments on commit cd0fd94

Please sign in to comment.