Skip to content

FIX: EmptyContainer is now a warining. Added docstrings #22

FIX: EmptyContainer is now a warining. Added docstrings

FIX: EmptyContainer is now a warining. Added docstrings #22

Workflow file for this run

name: build
on:
push:
branches:
- master
jobs:
build:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
poetry-version: ["1.8.2"]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: ${{ matrix.python-version }}
pypi_token: ${{ secrets.PYPI_TOKEN }}