Skip to content

Build and publish python package #8

Build and publish python package

Build and publish python package #8

Workflow file for this run

name: Build and publish python package
on:
release:
types: [ published ]
jobs:
publish-service-client-package:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Publish PyPi package
uses: code-specialist/pypi-poetry-publish@v1
with:
ACCESS_TOKEN: ${{ secrets.LARS_DEPLOY_KEY }}
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PUBLISH_REGISTRY_PASSWORD }}
PACKAGE_DIRECTORY: "./mallm/"
PYTHON_VERSION: "3.10.14"
BRANCH: "main"
POETRY_VERSION: "1.8.3"
POETRY_CORE_VERSION: "1.9.0"