Skip to content

Merge pull request #1 from DhavalGojiya/fix/typo-billing-email-error #5

Merge pull request #1 from DhavalGojiya/fix/typo-billing-email-error

Merge pull request #1 from DhavalGojiya/fix/typo-billing-email-error #5

name: Python package
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.9
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}