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
Monthly NuGet release previews #1381
Conversation
|
Passed, and published https://www.nuget.org/packages/pythonnet/3.0.0-preview21-02-12 I've updated trigger to schedule. |
|
Would it be possible to also use SignAssembly and AssemblyOriginatorKeyFile for StrongName support? |
|
If there is a key, I don't have it. I don't really see what kind of trust we'd establish anyway, being essentially random internet people :) |
|
@filmor I am assuming they need strong name singing to be able to sign their own libraries, that use ours. P.S. all open source projects are essentially "random internet people" |
|
@gpetrou if you really need signed releases, you are welcome to contribute support for that. |
|
I have created #1382. |


What does this implement/fix? Explain your changes.
This generates monthly release previews on NuGet using GitHub actions
Does this close any currently open issues?
#1379