You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Click `Install Portable Python` to install. Please be patient, it may take up to
53
53
54
54
### Build Locally
55
55
1. Clone this repository
56
-
2. Optionally, modify WinPython varibles (`WINPYTHON_VERSION`, `WINPYTHON_FILENAME`, and `WINPYTHON_DOWNLOAD_URL`) in the [release.yml](.github\workflows\release.yml) if upgrading python.
56
+
2. Optionally, modify WinPython variables (`WINPYTHON_VERSION`, `WINPYTHON_FILENAME`, and `WINPYTHON_DOWNLOAD_URL`) in the [release.yml](.github\workflows\release.yml) if upgrading python.
57
57
3. Modify `requirements_binary_only.txt` with your dependencies
58
58
4. Push a tag to trigger the build: `git tag v0.8` and `git push origin v0.8`
0 commit comments