Skip to content

Fix: allow commas in kubelet arg values for k3s/k3d and seperate kube… #39

Fix: allow commas in kubelet arg values for k3s/k3d and seperate kube…

Fix: allow commas in kubelet arg values for k3s/k3d and seperate kube… #39

Workflow file for this run

---
name: Python package build and publish
on:
push:
tags:
- "v*.*.*"
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: "3.11.2"
pypi_token: ${{ secrets.DEPLOY_FROM_GITHUB_SMOL_K8S_LAB }}
- name: Create a Release on GitHub
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true