chore: bump project version from 1.34.0 to 1.35.0 and add test job to CI workflow
Add a new test job with ubuntu-latest runner to the Gitea CI workflow, triggered on master and develop branches. Update pyproject.toml version field and append version 1.35.0 entry to CHANGELOG.md with summary of 4 files changed across Markdown, TOML, and YAML.
This commit is contained in:
@@ -7,6 +7,8 @@ on:
|
||||
branches: [ master, develop ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user