Skip to content

Bump version 3.6.0 (#79) #14

Bump version 3.6.0 (#79)

Bump version 3.6.0 (#79) #14

Workflow file for this run

name: Publish Pypi Package
on:
push:
tags:
- '*'
jobs:
package:
runs-on: ubuntu-latest
name: Publish Pypi Package
steps:
- name: Cloning repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
ignore_dev_requirements: 'yes'
build_format: 'sdist'