We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1431f4 commit 15129ddCopy full SHA for 15129dd
.github/workflows/ci.yml
@@ -126,6 +126,7 @@ jobs:
126
# This job downloads the single-platform packages built by the build job, and
127
# pushes them as a multi-platform package.
128
push:
129
+ if: ${{ github.event_name != 'pull_request' }}
130
runs-on: ubuntu-24.04
131
needs:
132
- build
pyproject.toml
@@ -17,9 +17,8 @@ classifiers = [
17
]
18
19
dependencies = [
20
- "crossplane-function-sdk-python==0.8.0",
+ "crossplane-function-sdk-python==0.10.0",
21
"click==8.3.1",
22
- "grpcio==1.73.1",
23
24
25
dynamic = ["version"]
0 commit comments