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
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
Update lincbrain PyPI releases. I would suggest removing previous WIP releases, and starting at 0.1.0. In future releases, let's only increment the minor version since the dandi package has not yet hit 1.0.
Understand semantic versioning for autorc package releases
Update: Seems there have been some silent errors regarding GitHub CI/CD pushing an updated .whl package to PyPI, thus we are currently pushing from a local build via the following steps:
Bump the version in setup.py
then
python3 -m build. # builds `.whl` in `dist/`
then
twine upload lincbrain_cli-*.whl
# where the username is __token__ and the password is the API Key
Hi @aaronkanzer, could you please update dandi/handbook#104 with our understanding of how the releases are handled (some notes on this process are above)? We can then close this issue. Thank you.
lincbrain
PyPI releases. I would suggest removing previous WIP releases, and starting at0.1.0
. In future releases, let's only increment the minor version since thedandi
package has not yet hit 1.0.release
tag andmajor
,minor
, orpatch
label.The text was updated successfully, but these errors were encountered: