Skip to content

fix: Support OOMKilled with container-set. Fixes #10063. FOR 3.4.11 … #205

fix: Support OOMKilled with container-set. Fixes #10063. FOR 3.4.11 …

fix: Support OOMKilled with container-set. Fixes #10063. FOR 3.4.11 … #205

Workflow file for this run

name: SDKs
on:
push:
tags:
- v*
permissions:
contents: read
jobs:
sdk:
permissions:
packages: write # for publishing packages
contents: write # for creating releases
if: github.repository == 'argoproj/argo-workflows'
runs-on: ubuntu-latest
name: Publish SDK
strategy:
matrix:
name:
- java
- python
steps:
- uses: actions/checkout@v3
- run: make --directory sdks/${{matrix.name}} publish -B
env:
JAVA_SDK_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}