Skip to content

use core 1.0.0 from PyPI #2

use core 1.0.0 from PyPI

use core 1.0.0 from PyPI #2

Workflow file for this run

name: Python package
on:
push:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish python poetry package
uses: JRubics/[email protected]
with:
# The version of python to install
python_version: "3.11"
pypi_token: ${{ secrets.PYPI_TOKEN }}
# Install project without developer requirements.
ignore_dev_requirements: "yes"
package_directory: "bpm-ai-core"