mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
Releasing.md: Document necessary updates when changing Python version
This commit is contained in:
parent
31da53200b
commit
d656354a9a
@ -356,3 +356,18 @@ If you are making a pre-release then:
|
||||
1. **DO NOT** merge into `stable`.
|
||||
1. *Do* merge the code into `beta` after you have made a 'pre-release' on
|
||||
GitHub.
|
||||
|
||||
# Changing Python version
|
||||
|
||||
When changing the Python version (Major.Minor.Patch) used:
|
||||
|
||||
1. Any version change:
|
||||
|
||||
1. `.github/workflows/windows-build.yml` needs updating to have the GitHub
|
||||
based build use the correct version.
|
||||
|
||||
1. Major or Minor level changes:
|
||||
|
||||
1. `setup.py` will need its version check updating.
|
||||
1. `EDMarketConnector.wxs` will need updating to reference the correct
|
||||
pythonXX.dll file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user