Skip to content

add retry to agg data v2 (#34) #19

add retry to agg data v2 (#34)

add retry to agg data v2 (#34) #19

Workflow file for this run

name: Python package to PyPi
on:
push:
tags:
- "*.*.*"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: abatilo/actions-poetry@v3
- name: Bump up version
run: |
poetry version ${{ github.ref_name }}
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}