Skip to content
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

TCN-548 Fix Python CI syntax error #675

Merged
merged 10 commits into from Oct 17, 2022

Conversation

elliotmjackson
Copy link
Contributor

@elliotmjackson elliotmjackson commented Oct 14, 2022

A few issues…

  • some syntax error:
Error: .github#L1
every step must define a `uses` or `run` key
  • Version in setup.cfg not programmatically configurable

As a result of this PR, python packages will be published with the same version as Git, Java & Go automatically on tag creation

@elliotmjackson elliotmjackson changed the title TCN-548 fix Python CI syntax error TCN-548 Fix Python CI syntax error Oct 17, 2022
@elliotmjackson elliotmjackson marked this pull request as ready for review October 17, 2022 15:43
Makefile Outdated Show resolved Hide resolved
@elliotmjackson elliotmjackson enabled auto-merge (squash) October 17, 2022 16:30
@@ -7,6 +7,7 @@ on:

env:
IMAGE_TAG: protoc-gen-validate:${{ github.sha }}
REF_NAME: ${{ github.ref_name }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just use ${{ github.ref_name }} below? I'm not sure what the indirection buys us.

@elliotmjackson elliotmjackson merged commit 40ab332 into main Oct 17, 2022
@elliotmjackson elliotmjackson deleted the ejackson/tcn-548-python-ci-not-working branch October 31, 2022 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants