Skip to content

fix: k3s: fill in $KUBECONFIG if empty; fix issue where bweso isn't s… #41

fix: k3s: fill in $KUBECONFIG if empty; fix issue where bweso isn't s…

fix: k3s: fill in $KUBECONFIG if empty; fix issue where bweso isn't s… #41

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/poetry-publish@v1.17
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