Skip to content

minor: release bamboo-engine 2.10.0rc4 #38

minor: release bamboo-engine 2.10.0rc4

minor: release bamboo-engine 2.10.0rc4 #38

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