1 parent f098be0 commit b60af7fCopy full SHA for b60af7f
2 files changed
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ env:
26
# This CI job will automatically push new builds to xpkg.upbound.io if the
27
# XPKG_ACCESS_ID and XPKG_TOKEN secrets are set in the GitHub respository (or
28
# organization) settings. Create a token at https://accounts.upbound.io.
29
- # XPKG_ACCESS_ID: ${{ secrets.XPKG_ACCESS_ID }}
+ XPKG_ACCESS_ID: ${{ secrets.XPKG_ACCESS_ID }}
30
31
# The package to push, without a version tag. The default matches GitHub. For
32
# example xpkg.upbound.io/crossplane/function-template-go.
pyproject.toml
@@ -22,7 +22,7 @@ dependencies = [
22
]
23
24
[project.optional-dependencies]
25
-packages = ["kopf==1.38.0"]
+packages = ["kopf==1.39.0"]
pip-install = ["pip==25.3"]
[project.urls]
0 commit comments