Skip to content

Chore/update dependencies and change formatting rules #106

Chore/update dependencies and change formatting rules

Chore/update dependencies and change formatting rules #106

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types:
- published
workflow_dispatch:
repository_dispatch:
jobs:
test-and-publish:
name: Test and publish
uses: significa/actions/.github/workflows/python-package.yaml@main
with:
lint_command: make lint
secrets:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}