Skip to content

Create one API client per thread (#135) #18

Create one API client per thread (#135)

Create one API client per thread (#135) #18

Workflow file for this run

name: Publish to PyPI
on:
push:
tags:
- "v*.*.*"
jobs:
publish-kr8s:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish kr8s
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN_KR8S }}
poetry_version: ==1.4.0
plugins: "poetry-dynamic-versioning-plugin"
publish-kubectl-ng:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish kubectl-ng
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN_KUBECTL_NG }}
poetry_version: ==1.4.0
plugins: "poetry-dynamic-versioning-plugin"
package_directory: "examples/kubectl-ng"