Skip to content

Track current query in react loops and bump version to 1.1.8 #31

Track current query in react loops and bump version to 1.1.8

Track current query in react loops and bump version to 1.1.8 #31

Workflow file for this run

---
name: Publish Package
on:
push:
tags: [ "v*" ]
jobs:
publish:
runs-on: ubuntu-latest
environment: publish
# No strategeies needed for publish
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.4.1
- name: Create environment
run: poetry install
- name: Publish to PyPi
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
run: poetry publish --build