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

Added appropriate names for the GitHub actions #191

Merged
merged 17 commits into from
Feb 7, 2025

Conversation

sujik18
Copy link
Member

@sujik18 sujik18 commented Feb 6, 2025

  1. fix Better naming for github action runs #134
  2. build_wheel.yml -> updated enviornment parameter value

@sujik18 sujik18 requested a review from a team as a code owner February 6, 2025 16:19
Copy link

github-actions bot commented Feb 6, 2025

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@@ -14,7 +14,9 @@ jobs:
if: github.repository_owner == 'mlcommons'
name: Build wheel
runs-on: ubuntu-latest
environment: release
Copy link
Collaborator

Choose a reason for hiding this comment

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

We need this for pypi release. Any reason for this change?

Copy link
Member Author

Choose a reason for hiding this comment

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

The environment field value was causing error,
Value 'release' is not valid
Available expression contexts: github, inputs, vars, needs, strategy, matrix

so i tried using env key to set environment variables

@arjunsuresh arjunsuresh merged commit dce8947 into mlcommons:dev Feb 7, 2025
116 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants