Skip to content

update version to 3.4.2 #2429

update version to 3.4.2

update version to 3.4.2 #2429

Workflow file for this run

name: Python CI
on:
push:
branches: ["*"]
tags-ignore: ["v*"]
jobs:
style:
uses: ./.github/workflows/style.yml
test:
needs: [style]
uses: ./.github/workflows/test.yml
coverage:
needs: [style]
uses: ./.github/workflows/coverage.yml
secrets:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}