Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

csr generation as task for >=20.16 (#838) #78

csr generation as task for >=20.16 (#838)

csr generation as task for >=20.16 (#838) #78

Workflow file for this run

name: Publish to PyPi
on:
push:
tags:
- '*.*.*'
permissions: read-all
jobs:
publish_release:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Set up Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: 3.8
- name: Set Up Poetry
uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439 # v3.0.0
with:
poetry-version: 1.3.1
- name: Publish catalystwan
run: |
poetry config pypi-token.pypi ${{ secrets.CATALYSTWAN_PYPI_TOKEN }}
poetry publish --build