NextCenturyCorporation / MCS

Repo for the Machine Common Sense project
https://nextcenturycorporation.github.io/MCS/
Apache License 2.0
11 stars 8 forks source link

Mcs 1955 mcs deployment updates #698

Closed phile-caci closed 1 year ago

phile-caci commented 1 year ago

Tested on the release of 0.7.2, looks like there aren't any issues.

Just some notes... there's a regex replacement in the mcs version bump job that replaces the old version string with the new version string. However, the string "0.7.1" was also found in the requirements.txt for recommonmark and replaced it with 0.7.2 which cause the build to fail.

Also updated gh-action-pypi-publish to the latest version, previous version got sunset.

Manually bumped these versions and also corrected the "bump-version-0.7.2" branch.