Skip to content

Bump poetry-dynamic-versioning from 0.24.0 to 0.25.0 #43

Bump poetry-dynamic-versioning from 0.24.0 to 0.25.0

Bump poetry-dynamic-versioning from 0.24.0 to 0.25.0 #43

Workflow file for this run

name: devel
on:
push:
branches-ignore:
- 'master'
- 'stable'
tags-ignore:
- '*'
jobs:
devel:
runs-on: ubuntu-latest
container:
image: apnpucky/ubuntu-python-latexmk
steps:
- uses: APN-Pucky/make-python-action@main
with:
test: true
doc: false
coveralls: true
codacy-api-token: ${{ secrets.CODACY_PROJECT_TOKEN }}