fohrloop / dash-uploader

The alternative upload component for python Dash applications.
MIT License
141 stars 29 forks source link

keep packaging version constant on dev and release #137

Closed mapix closed 4 weeks ago

mapix commented 1 month ago

Since packaging==21.0 passed all tests (except for this PR) on the current codebase, let's keep the development version consistent with the release environment."

fohrloop commented 4 weeks ago

Hey @mapix , I'm unable to setup the development environment. I mean, I don't have time to learn how to tackle the problems with Node and I'm not a JS developer, so I just take your word on that the tests pass.

As a side note, would be helpful to improve the CONTRIBUTING.md on how to setup the dev env (so people not familiar with JS ecosystem would feel that it's easy to contribute), and also would be cool if this project would have a CI pipeline which would run basic tests.

Thanks a lot for writing the PRs!