Skip to content

v1.2.1 stable

v1.2.1 stable #3

Workflow file for this run

# This workflow will upload the new flipjump python package to pypi, using poetry-publish, everytime a new release is created.
name: Python package
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}