Skip to content

Merge pull request #55 from niconicolibs/develop #15

Merge pull request #55 from niconicolibs/develop

Merge pull request #55 from niconicolibs/develop #15

Workflow file for this run

name: UploadPyPi
on:
push:
branches-ignore:
- '**'
tags:
- 'v*'
jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}