Skip to content

v0.9.0

v0.9.0 #4

Workflow file for this run

name: Release
on:
release:
types: [published]
permissions:
contents: read
jobs:
publish:
uses: Onemind-Services-LLC/actions/.github/workflows/python-publish.yml@master
with:
app-id: ${{ vars.APP_ID }}
secrets:
private-key: ${{ secrets.APP_PRIVATE_KEY }}
pypi-token: ${{ secrets.PYPI_API_TOKEN }}