Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #238

Merged
merged 1 commit into from
Dec 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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