Skip to content

Update logging to simpler set_up_logging (#187) #60

Update logging to simpler set_up_logging (#187)

Update logging to simpler set_up_logging (#187) #60

Workflow file for this run

name: push
"on":
push:
branches:
- master
jobs:
tag:
runs-on: ubuntu-latest
steps:
- name: Tag the latest commit
uses: dycw/action-tag-commit@latest
publish:
environment:
name: pypi
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- name: Build and publish the package
uses: dycw/action-publish-package@latest
with: {}