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

CI: Fix tag serach value for TestPyPI publishing #57

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

matthewfeickert
Copy link
Contributor

As the tag events that trigger workflows are not prefixed by 'v' but instead just use SemVer numbers the GitHub Actions startsWith function can only check if a tag has been pushed, as startsWith does not support regex.

Amends PR #51 (c.f. https://github.com/data-apis/array-api-compat/pull/51/files#r1322311388).

* As the tag events that trigger workflows are not prefixed by 'v' but
  instead just use SemVer numbers the GitHub Actions `startsWith`
  function can only check if a tag has been pushed, as `startsWith`
  does not support regex.
   - c.f. https://docs.github.com/en/actions/learn-github-actions/expressions#startswith
@matthewfeickert matthewfeickert mentioned this pull request Sep 12, 2023
@asmeurer asmeurer merged commit 058c38a into data-apis:main Sep 12, 2023
@matthewfeickert matthewfeickert deleted the fix/publish-to-test-pypi branch September 12, 2023 06:56
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