Skip to content

silence all exceptions in run() if force=True #32

silence all exceptions in run() if force=True

silence all exceptions in run() if force=True #32

Workflow file for this run

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