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

Merge pull request #833 from cisco-open/fix/ft-model #75

Merge pull request #833 from cisco-open/fix/ft-model

Merge pull request #833 from cisco-open/fix/ft-model #75

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- 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