Skip to content

Merge pull request #3 from Lightmatter/publish-workflow #1

Merge pull request #3 from Lightmatter/publish-workflow

Merge pull request #3 from Lightmatter/publish-workflow #1

Workflow file for this run

name: Publish Python 🐍 distributions πŸ“¦ to PyPI
on:
push:
tags:
- "v*.*.*"
jobs:
build:
name: Deploy Python 🐍 distributions πŸ“¦ to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}