Skip to content

bump version 0.4.0

bump version 0.4.0 #64

Workflow file for this run

name: Build package
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: "1.3.2"
- name: Clean dist folder
run: rm -rf dist
- name: Install dependencies
run: poetry install
- name: Build package
run: poetry build
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: package
path: dist/