Skip to content

fix issue with k3s being selected on macOS; fix ugly green color for … #50

fix issue with k3s being selected on macOS; fix ugly green color for …

fix issue with k3s being selected on macOS; fix ugly green color for … #50

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@v4
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: "3.12.2"
pypi_token: ${{ secrets.DEPLOY_FROM_GITHUB_SMOL_K8S_LAB }}
- name: Create a Release on GitHub
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true