xpodev / seamless

A Python package for creating and manipulating HTML components. It is working similar to React.js, but in Python.
https://seamless.readthedocs.io
MIT License
11 stars 1 forks source link

Node packages workflow #36

Closed neriyaco closed 2 months ago

neriyaco commented 2 months ago

After every release we should have a new node package with corresponding version to the current Seamless version.

This can be done using GitHub actions and the release tag version.

binyamin555 commented 2 months ago

Wouldn't that mean that each update to the python-seamless library will "force" users to update the node package, even if it didn't change at all?