Skip to content

minor: add unit tests #43

minor: add unit tests

minor: add unit tests #43

name: Engine python package
on:
push:
tags:
- "bamboo-engine-v*.*.*"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: "3.7"
poetry_version: "==1.2.1"
ignore_dev_requirements: "yes"
repository_name: "bamboo-engine"
pypi_token: ${{ secrets.ENGINE_PYPI_TOKEN }}