Skip to content

Commit f8a473d

Browse files
committed
add installer build to instructions
1 parent bdd243e commit f8a473d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

HOW_TO_RELEASE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@
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+
115122
00. 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).

0 commit comments

Comments
 (0)