-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyuploadtool appends to assets instead of recreating release #8
Comments
The original idea was to be able to upload to a release from different workflows. I am not sure but I think there is a commit check at least. I don't see any good way to, like, compare hashes against the existing files. That doesn't seem such a great idea anyway. What's your use case? In any case, we can make this configurable. |
my workflow clones another repository, fetches the version from it using |
So either we add an option to forcibly recreate the release, or you delete the release in some other way beforehand. Want to file a PR? I wouldn't make this behavior the default to avoid confusion among existing pyuploadtool users. I hardly use the original workflow anymore anyway, I'd rather have a "synchronized" upload (i.e., collecting artifacts first, uploading them after all builds finished), which is generally more reliable. |
Yes sure, I can work on it.
Calls for an |
I am not sure if this is configurable yet,
In my repository, workflow, it appends to the assets list when the asset has a different name, when compared to those which already exist on the release.
I understand this is the design of pyuploadtool, but is it possible to recreate the release? Use cases are when version is included in the filename on GitHub release.
The text was updated successfully, but these errors were encountered: