You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Once a versioned package has been released, the contents of that version MUST NOT be modified. Any modifications MUST be released as a new version." https://semver.org/
I don't know which version of 0.0.1 is compatible with the dependencies here - mimoralea/gdrl#29, maybe they all are up until the change from 0.0.1 to 0.0.2, unsure.
The text was updated successfully, but these errors were encountered:
I think you're referring to me updating the package at some point but not moving up the version, right? That was my mistake here. Open to suggestions on how to do this right--I'm not a pro at CI/CD test or even software engineering. Any help is appreciated.
In the right sidebar of the repo you will see a section that says "releases" and this release is something you would manually create. When you create the release we can run a workflow like this and it will
bump the version to have the tag specified in the release ("0.3.0" for the next release of this package)
publish the package to PyPI
Having formal releases in this way would resolve this issue I think. I will try to get a PR done.
"Once a versioned package has been released, the contents of that version MUST NOT be modified. Any modifications MUST be released as a new version." https://semver.org/
I don't know which version of 0.0.1 is compatible with the dependencies here - mimoralea/gdrl#29, maybe they all are up until the change from 0.0.1 to 0.0.2, unsure.
The text was updated successfully, but these errors were encountered: