-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fixed updating the library version in the CD workflow #970
Conversation
b07e427
to
cdb8ca8
Compare
cdb8ca8
to
365c4ea
Compare
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.
when are the CD workflow called by a PR?
Please add a repo check as it was done in #948 for another workflow |
a08f2ce
to
05d0377
Compare
When changes are done to to verify that it doesn't break the CD |
@shachlanAmazon round |
@@ -68,25 +69,30 @@ jobs: | |||
cat Cargo.toml | |||
|
|||
- name: Set up Python | |||
if: matrix.build.PYPI_PUBLISH == true && !contains(matrix.build.RUNNER, 'self-hosted') | |||
if: ${{ !contains(matrix.build.RUNNER, 'self-hosted') }} |
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.
minor: why do you need the curly braces here and not in lines 78 / 83?
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.
The linter gets angry when it's with ! (not) :(
05896e6
to
2b4cb04
Compare
2b4cb04
to
f742bb3
Compare
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.