Skip to content

chore: bump relaton version #54

chore: bump relaton version

chore: bump relaton version #54

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
tags:
- 'v*.*.*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10.5'
- run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
- run: make dist
- uses: pypa/gh-action-pypi-publish@release/v1.4
with:
user: __token__
password: ${{ secrets.RIBOSE_PYPI_API_TOKEN }}
verbose: true