Skip to content

Bump gh action in the release workflow #61

Bump gh action in the release workflow

Bump gh action in the release workflow #61

Workflow file for this run

name: Publish package
on:
push:
jobs:
publish_package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish package to pypi
uses: JRubics/[email protected]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
plugins: "poetry-dynamic-versioning[plugin]"