File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 112112 trigger various GitHub Actions scripts to build, test, and publish the
113113 new release to PyPI and conda forge, assuming there are no errors.
114114
115+ 00. Build the ActivitySim Standalone Windows Installer. This is done using
116+ GitHub Actions, but it is not done automatically when a release is created,
117+ instead it requires a manual workflow dispatch trigger. You can do this by
118+ going to the [build_installer workflow page](https://github.com/ActivitySim/activitysim/actions/workflows/build_installer.yml)
119+ and clicking on the " Run workflow" button. You will need to provide the
120+ version number and choose to add the built installer to the release.
121+
11512200. Clean up your workspace, including removing the Conda environment used for
116123 testing (which will prevent you from accidentally using an old
117124 environment when you should have a fresh up-to-date one next time).
You can’t perform that action at this time.
0 commit comments