You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Fix GitHub Actions to pass authentication (feast-dev#4963)
* fix: Update workflows to also use workflow_call
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix: Also adding workflow_call to release version
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix: Adding type to release version input
Signed-off-by: Francisco Javier Arceo <[email protected]>
* chore: Fix operator release workflow (v0.43-branch) (feast-dev#4937)
fix operator release workflow
Signed-off-by: Tommy Hughes <[email protected]>
* fix: Updated type in yaml
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix: Updating publish.yml
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix: Update type in publish_images
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix: Updating publish helm charts
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix: Updating publish java sdk
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix: Updating environment variable in the build_wheels
Signed-off-by: Francisco Javier Arceo <[email protected]>
* updating input parameters to build wheels
Signed-off-by: Francisco Javier Arceo <[email protected]>
* formatting issue
Signed-off-by: Francisco Javier Arceo <[email protected]>
* chore: Fix operator release for 0.43.0 (v0.43-branch) (feast-dev#4939)
fix operator release for 0.43.0
Signed-off-by: Tommy Hughes <[email protected]>
* renaming args and adding more
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix: Adding outputs to build_wheels workflow
Signed-off-by: Francisco Javier Arceo <[email protected]>
* reverting changes
Signed-off-by: Francisco Javier Arceo <[email protected]>
* chore: Add ability to change default feature-server image during Operator deploy (v0.43-branch) (feast-dev#4941)
chore: Add ability to change default feature-server image during Operator deploy (feast-dev#4940)
Signed-off-by: Tommy Hughes <[email protected]>
* chore: CR image no longer needed for e2e (v0.43-branch) (feast-dev#4943)
CR image no longer needed for e2e
Signed-off-by: Tommy Hughes <[email protected]>
* chore: Fix publish, versions issue (feast-dev#4944)
fix publish, versions issue
Signed-off-by: Tommy Hughes <[email protected]>
* chore: Fix publish, versions issue (feast-dev#4945)
fix publish, versions issue
Signed-off-by: Tommy Hughes <[email protected]>
* chore: Fix publish, versions issue (feast-dev#4946)
fix publish, versions issue
Signed-off-by: Tommy Hughes <[email protected]>
* chore: Fix publish, versions issue (feast-dev#4947)
fix publish, versions issue
Signed-off-by: Tommy Hughes <[email protected]>
* fix publish, versions issue (feast-dev#4948)
Signed-off-by: Tommy Hughes <[email protected]>
* fix: adding checkout to publish sdk
Signed-off-by: Francisco Javier Arceo <[email protected]>
* chore: Change get version workflow to an action (feast-dev#4951)
change get version workflow to an action
Signed-off-by: Tommy Hughes <[email protected]>
* fix: Release Fix - Added the workflow_call element in missing workflows (feast-dev#4954)
Added the workflow_call element in all the workflows wherever there is a workflow_dispatch element to see if that fixes the problem to be able to call the workflow from another workflow.
Signed-off-by: lrangine <[email protected]>
* chore: Build wheels fix (feast-dev#4957)
dev
Signed-off-by: Tommy Hughes <[email protected]>
* chore: Fix python-sdk workflow (feast-dev#4958)
dev
Signed-off-by: Tommy Hughes <[email protected]>
* fix: adding type and workflow_call to build_wheels.yml
Signed-off-by: Francisco Javier Arceo <[email protected]>
* chore: Remove checkout from get-version action (feast-dev#4959)
dev
Signed-off-by: Tommy Hughes <[email protected]>
* chore: Fixing build wheels pre-release image build (feast-dev#4960)
dev
Signed-off-by: Tommy Hughes <[email protected]>
* fix: Updating pypi upload to use legacy repo url (feast-dev#4962)
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix: Updating repostiry to repostory url
Signed-off-by: Francisco Javier Arceo <[email protected]>
* converting to dash to see if that works
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix: Updating pypi publish action and adding name
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix: moving back to kebab case
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix: Trying to hardcode gh-action version
Signed-off-by: Francisco Javier Arceo <[email protected]>
* trying new version with oidc false
Signed-off-by: Francisco Javier Arceo <[email protected]>
* trying without attestations
Signed-off-by: Francisco Javier Arceo <[email protected]>
* reverting again to old action and removing checkout action
Signed-off-by: Francisco Javier Arceo <[email protected]>
* reverting code to existing master without actions checkout
Signed-off-by: Francisco Javier Arceo <[email protected]>
* logging token length to validate it and adding quotes to password
Signed-off-by: Francisco Javier Arceo <[email protected]>
* adding logging to the build wheels to see if secret is present there
Signed-off-by: Francisco Javier Arceo <[email protected]>
* adding secrets to jobs keyword
Signed-off-by: Francisco Javier Arceo <[email protected]>
* adding input parameters to build wheels and publish python sdk
Signed-off-by: Francisco Javier Arceo <[email protected]>
* addding inherit
Signed-off-by: Francisco Javier Arceo <[email protected]>
* commenting out the publish python sdk and adding inherit
Signed-off-by: Francisco Javier Arceo <[email protected]>
* commenting out the needs
Signed-off-by: Francisco Javier Arceo <[email protected]>
* removing commented out code and logging to incorporate code that worked
Signed-off-by: Francisco Javier Arceo <[email protected]>
* adding one more change to remove logging
Signed-off-by: Francisco Javier Arceo <[email protected]>
* removing changes outside of actions
Signed-off-by: Francisco Javier Arceo <[email protected]>
* removing makefile change
Signed-off-by: Francisco Javier Arceo <[email protected]>
* removing yamls
Signed-off-by: Francisco Javier Arceo <[email protected]>
* removing changes files and reverting move of file
Signed-off-by: Francisco Javier Arceo <[email protected]>
* reverting changed files
Signed-off-by: Francisco Javier Arceo <[email protected]>
---------
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Tommy Hughes <[email protected]>
Signed-off-by: lrangine <[email protected]>
Co-authored-by: Tommy Hughes IV <[email protected]>
Co-authored-by: lokeshrangineni <[email protected]>
Copy file name to clipboardExpand all lines: .github/workflows/build_wheels.yml
+57-23Lines changed: 57 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,33 @@
1
-
name: build_wheels
1
+
name: build wheels
2
2
3
3
# Call this workflow from other workflows in the repository by specifying "uses: ./.github/workflows/build_wheels.yml"
4
4
# Developers who are starting a new release should use this workflow to ensure wheels will be built correctly.
5
5
# Devs should check out their fork, add a tag to the last master commit on their fork, and run the release off of their fork on the added tag to ensure wheels will be built correctly.
6
6
on:
7
-
workflow_dispatch:
8
-
tags:
9
-
- 'v*.*.*'
10
-
workflow_call:
7
+
workflow_dispatch: # Allows manual trigger of the workflow
11
8
inputs:
12
-
release_version:
13
-
description: 'The release version to use (e.g., v1.2.3)'
9
+
custom_version: # Optional input for a custom version
10
+
description: 'Custom version to publish (e.g., v1.2.3) -- only edit if you know what you are doing'
11
+
required: false
12
+
type: string
13
+
token:
14
+
description: 'Personal Access Token'
14
15
required: true
16
+
default: ""
17
+
type: string
18
+
workflow_call:
19
+
inputs:
20
+
custom_version: # Optional input for a custom version
21
+
description: 'Custom version to publish (e.g., v1.2.3) -- only edit if you know what you are doing'
22
+
required: false
15
23
type: string
16
-
highest_semver_tag:
17
-
description: 'The highest semantic version tag without the "v" prefix (e.g., 1.2.3)'
0 commit comments