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
Every now and then I make a mistake of creating release on github, and forget to update package version in the code.
hatch publish does not fail in this case, but simply does nothing, and I figure this out a bit later.
This would be of great help if I could do smth like this in actions:
hatch publish --check-not-uploaded that would first that neither distribution with same version was previously uploaded to pypi, and fail before uploading anything.
Thanks!
The text was updated successfully, but these errors were encountered:
Every now and then I make a mistake of creating release on github, and forget to update package version in the code.
hatch publish
does not fail in this case, but simply does nothing, and I figure this out a bit later.This would be of great help if I could do smth like this in actions:
hatch publish --check-not-uploaded
that would first that neither distribution with same version was previously uploaded to pypi, and fail before uploading anything.Thanks!
The text was updated successfully, but these errors were encountered: