File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 # This CI job will automatically push new builds to xpkg.upbound.io if the
2727 # XPKG_ACCESS_ID and XPKG_TOKEN secrets are set in the GitHub respository (or
2828 # organization) settings. Create a token at https://accounts.upbound.io.
29- # XPKG_ACCESS_ID: ${{ secrets.XPKG_ACCESS_ID }}
29+ XPKG_ACCESS_ID : ${{ secrets.XPKG_ACCESS_ID }}
3030
3131 # The package to push, without a version tag. The default matches GitHub. For
3232 # example xpkg.upbound.io/crossplane/function-template-go.
33- # XPKG: xpkg.upbound.io/${{ github.repository}}
33+ XPKG : xpkg.upbound.io/${{ github.repository}}
3434 CROSSPLANE_REGORG : ghcr.io/${{ github.repository}}
3535
3636 # The PyPi project version to push. The default is v0.0.0+gitdate-gitsha.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies = [
2222]
2323
2424[project .optional-dependencies ]
25- packages = [" kopf==1.38 .0" ]
25+ packages = [" kopf==1.39 .0" ]
2626pip-install = [" pip==25.3" ]
2727
2828[project .urls ]
You can’t perform that action at this time.
0 commit comments