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

Fix type annotation for gssapi.creds.Credentials name property. Add t…#93

Fix type annotation for gssapi.creds.Credentials name property. Add t…

Fix type annotation for gssapi.creds.Credentials name property. Add t… #93

Workflow file for this run

name:Deploy docs
on:
push:
branches:main
jobs:
update-pages:
runs-on:ubuntu-latest
steps:
-name:Check out code
uses:actions/checkout@v4
-name:Select python
uses:actions/setup-python@v5
with:
python-version:3.9
-name:Build sdist
run:|
python -m pip install build
python -m build --sdist
env:
GSSAPI_SUPPORT_DETECT:false
GSSAPI_LINKER_ARGS:''
GSSAPI_COMPILER_ARGS:''
-name:Build docs
run:./ci/run-on-linux.sh ./ci/before-docs-deploy.sh
env:
DISTRO:fedora:latest
-name:Deploy latest docs
uses:JamesIves/github-pages-deploy-action@v4
with:
branch:gh-pages
folder:ci_docs_build
target-folder:latest

[8]ページ先頭

©2009-2025 Movatter.jp