-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Skip cirq pre-release if identical to the last version #7737
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
Skip cirq pre-release if identical to the last version #7737
Conversation
- add -h, --help option to show usage information - add -c, --commit=COMMIT option for building from sources at COMMIT instead of at HEAD - respect SOURCE_DATE_EPOCH if available as environment variable. Otherwise get it from the commit time of the sources. - do not purge temporary files if script exits with an error
|
Here are examples of the pre-release workflow when the distribution content is: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7737 +/- ##
=======================================
Coverage 99.38% 99.38%
=======================================
Files 1091 1091
Lines 97912 97912
=======================================
Hits 97306 97306
Misses 606 606 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mhucka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of nits, at your discretion to do or leave.
Co-authored-by: Michael Hucka <mhucka@google.com>
-h, --helpoption to show usage information-c, --commit=COMMIToption for building from sourcesat
COMMITinstead ofHEADSOURCE_DATE_EPOCHif available as environment variable.Otherwise get it from the commit time of the sources.