Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(version): add MANUAL_VERSION, --next and --patch to version comm…#2961

feat(version): add MANUAL_VERSION, --next and --patch to version comm…

feat(version): add MANUAL_VERSION, --next and --patch to version comm… #2961

Workflow file for this run

name:Python package
on:[workflow_dispatch, pull_request]
jobs:
python-check:
strategy:
matrix:
python-version:["3.10", "3.11", "3.12", "3.13", "3.14"]
platform:[ubuntu-22.04, macos-latest, windows-latest]
runs-on:${{ matrix.platform }}
steps:
-uses:actions/checkout@v6
with:
fetch-depth:0
-name:Set up Python ${{ matrix.python-version }}
uses:actions/setup-python@v6
with:
python-version:${{ matrix.python-version }}
-name:Install dependencies
run:|
python -m pip install -U pip poetry poethepoet
poetry --version
poetry install --only main,linters,test
-name:Run tests and linters
run:|
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
poetry ci
shell:bash
-name:Upload coverage to Codecov
if:runner.os == 'Linux'
uses:codecov/codecov-action@v5
with:
token:${{ secrets.CODECOV_TOKEN }}
files:./coverage.xml
flags:unittests
name:codecov-umbrella

[8]ページ先頭

©2009-2025 Movatter.jp