We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b1d8c commit 3593dfbCopy full SHA for 3593dfb
.github/workflows/wheels.yml
@@ -1,13 +1,9 @@
1
-name: Build Wheels for Python SDK
+name: Release Builder
2
on:
3
- pull_request:
4
- branches:
5
- - main
6
- # Allow manual triggering of the workflow
7
workflow_dispatch:
8
inputs:
9
- build-wheels:
10
- description: 'Do you want to build wheels for the Python SDK?'
+ build-release:
+ description: 'Do you want to build the release for the Python SDK (this includes the wheels + sdist)?'
11
type: boolean
12
default: false
13
@@ -70,4 +66,4 @@ jobs:
70
66
- uses: actions/upload-artifact@v4
71
67
with:
72
68
name: onepassword-sdk-${{ env.SDK_VERSION }}
73
- path: ./wheelhouse/*.tar.gz
69
+ path: ./dist/*.tar.gz
0 commit comments