Skip to content

Merge pull request #9 from ANGJustinl/renovate/actions-checkout-6.x #9

Merge pull request #9 from ANGJustinl/renovate/actions-checkout-6.x

Merge pull request #9 from ANGJustinl/renovate/actions-checkout-6.x #9

Workflow file for this run

name: Release
on:
push:
branches:
- 'main'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Publish python package
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}