Skip to content

Merge pull request #58 from yeger00/dependabot/pip/idna-3.7 #20

Merge pull request #58 from yeger00/dependabot/pip/idna-3.7

Merge pull request #58 from yeger00/dependabot/pip/idna-3.7 #20

Workflow file for this run

name: Publish Package
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: install poetry
uses: snok/[email protected]
- name: build
run: make build
- name: publish
run: make publish PASSWORD=${{ secrets.PYPI_API_TOKEN }}