Skip to content

Merge pull request #25 from Alonreznik/feat/add-testing #1

Merge pull request #25 from Alonreznik/feat/add-testing

Merge pull request #25 from Alonreznik/feat/add-testing #1

on:
push:
tags:
- 'v*.*.*'
- 'v*.*'
jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
# retrieve your distributions here
- name: Publish package distributions to PyPI
uses: pypa/[email protected]