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

Fast follow of #1429: fix typo in version specifier #1431

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

achantavy
Copy link
Contributor

@achantavy achantavy commented Jan 2, 2025

Fixes a misplaced single quote.

Before:

image
We set VERSION_SPECIFIER='=='${{ env.VERSION }}, and this evaluates to '=='0.98.0rc2.

Instead, we need it to evaluate to '==0.98.0rc2'.

After:

I can't test this in github actions unless this is merged and deployed, but I tried to test locally:
image

This PR moves the ' character to what I think is the correct place for the version specifier string to be interpreted correctly by pip.

Fixes a misplaced single quote.
@achantavy achantavy requested a review from kunaals January 2, 2025 00:25
@achantavy achantavy changed the title Fix typo in https://github.com/cartography-cncf/cartography/pull/1429 Fix typo in #1429 Jan 2, 2025
@achantavy achantavy changed the title Fix typo in #1429 Fast follow of #1429: fix typo in version specifier Jan 2, 2025
@achantavy achantavy enabled auto-merge (squash) January 2, 2025 00:26
@achantavy achantavy merged commit 9c31e9e into master Jan 2, 2025
7 checks passed
@achantavy achantavy deleted the fixsinglequote branch January 2, 2025 00:29
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.

2 participants