Skip to content

chore: update publish CI #15

chore: update publish CI

chore: update publish CI #15

Workflow file for this run

name: Build and publish python package
on:
push:
tags:
- "v*.*.*"
jobs:
publish-service-client-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}