https://github.com/dynamods/dsironpython
Dynamo Package and Extension for legacy IronPython 2.x
https://github.com/dynamods/dsironpython
Last synced: 7 months ago
JSON representation
Dynamo Package and Extension for legacy IronPython 2.x
- Host: GitHub
- URL: https://github.com/dynamods/dsironpython
- Owner: DynamoDS
- License: apache-2.0
- Created: 2023-12-04T20:43:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T13:44:58.000Z (about 1 year ago)
- Last Synced: 2025-04-22T14:44:03.715Z (about 1 year ago)
- Language: C#
- Size: 389 KB
- Stars: 5
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DSIronPython
Contains the DSIronPython package for using the legacy IronPython2 engine in Dynamo.
Building this soluton will produce a dynamo package containing the python engine and an extension to load it.
This repo is a WIP.
### How to publish a new version
We currently can't use the release PR option when making releases on mirrored repositories. There is a propsed follow-up improvment filed that would allow CILibrary to create a PR against the public repository instead (DYN-8724). But until that is done, our release process will be:
- Create a release branch on the internal repository
- Build the branch to publish
- Manually create a PR on the public repository with the changes introduced by the release branch (the updated version number in the pipeline file).
- Review and merge this PR
- Delete the release branch on the internal repository