-
-
Notifications
You must be signed in to change notification settings - Fork 284
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
Add --dry-run
option to maturin-publish command
#377
Comments
Correct me if im wrong but isnt that the whole purpose of |
I'd say that the closest command to this would be In the end the issue I was coming across was due to the server not supporting the format that maturin publishes in, so a I'll leave this issue and a developer who's worked on the |
I fear there isn't much maturin can do here. publish essentially calls build, gets the credentials and then makes one http request per file to upload. The upload api doesn't have a feature to tell the server to validate the upload without actually publishing it. |
Somewhat related: pypi/warehouse#726 |
Similar to poetry's
publish
command, I think it would be cool if a--dry-run
option was added which performed all steps except actually uploading build artifacts.The text was updated successfully, but these errors were encountered: