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

0.19.3

0.19.3 #27

Workflow file for this run

name:publish
on:
workflow_dispatch:
release:
types:
-published
permissions:
contents:read
id-token:write
jobs:
publish:
if:github.repository_owner == 'xonsh'
runs-on:ubuntu-latest
strategy:
fail-fast:false
matrix:
python-version:
-"3.9"
-"3.10"
-"3.11"
-"3.12"
-"3.13"
steps:
-uses:actions/checkout@v4
-name:setup-python
uses:actions/setup-python@v5
with:
python-version:${{ matrix.python-version }}
cache:'pip'
cache-dependency-path:'pyproject.toml'
-name:install pypa/build
run:pip install build
-name:build sdist(tarball) to dist/
if:${{ startsWith(matrix.python-version, '3.11') }}
run:python -m build . --sdist
-name:build bdist(wheel) to dist/
run:python -m build . --wheel
-name:publish to TestPyPI
uses:pypa/gh-action-pypi-publish@release/v1

[8]ページ先頭

©2009-2025 Movatter.jp