Skip to content

first release?

first release? #1

Workflow file for this run

name: "🎁 Publish python package"
on:
push:
tags:
- "*.*.*"
env:
PYTHON_VERSION: 3.11
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
python_version: ${{ env.PYTHON_VERSION }}