Skip to content

Merge pull request #5 from automaps/test2 #6

Merge pull request #5 from automaps/test2

Merge pull request #5 from automaps/test2 #6

Workflow file for this run

name: Publish Python 🐍 distributions 📦 to PyPI
on:
push:
tags:
- "v*.*.*"
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.pypi_secret }}