tangramdotdev / packages

A collection of community maintained Tangram packages.
https://www.tangram.dev
MIT License
8 stars 2 forks source link

Remove Python artifact reference to SDK #81

Closed deciduously closed 4 months ago

deciduously commented 4 months ago

The Python build currently explicitly opts-out of library path optimization, causing this artifact to retain references to the SDK. Either fix the build to not require opting out of this feature, or manually prune the unnecessary reference so downstream artifacts aren't affected.