Skip to content

Commit 3593dfb

Browse files
committed
clean up .yml file
1 parent f7b1d8c commit 3593dfb

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
name: Build Wheels for Python SDK
1+
name: Release Builder
22
on:
3-
pull_request:
4-
branches:
5-
- main
6-
# Allow manual triggering of the workflow
73
workflow_dispatch:
84
inputs:
9-
build-wheels:
10-
description: 'Do you want to build wheels for the Python SDK?'
5+
build-release:
6+
description: 'Do you want to build the release for the Python SDK (this includes the wheels + sdist)?'
117
type: boolean
128
default: false
139

@@ -70,4 +66,4 @@ jobs:
7066
- uses: actions/upload-artifact@v4
7167
with:
7268
name: onepassword-sdk-${{ env.SDK_VERSION }}
73-
path: ./wheelhouse/*.tar.gz
69+
path: ./dist/*.tar.gz

0 commit comments

Comments
 (0)