Skip to content

chore: bump poetry version to 1.7.1 #80

chore: bump poetry version to 1.7.1

chore: bump poetry version to 1.7.1 #80

Workflow file for this run

name: Release
on:
push:
branches:
- main
paths:
- "**.py"
- "poetry.lock"
jobs:
test:
uses: ./.github/workflows/test.yml
semantic-release:
runs-on: ubuntu-latest
concurrency: release
needs:
- test
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Semantic Release
uses: relekang/python-semantic-release@master
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"