Skip to content

v0.2.1

v0.2.1 #108

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 }}