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

[WIP] Add update.yml#32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cocoatomo merged 2 commits into3.10fromfeature/using-github_actions
Jan 12, 2022
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions.github/workflows/update.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
name:Sync po files

on:
schedule:
-cron:"0 9 * * *"

env:
# branch name of python-docs-ja repository
DOCS_BRANCH:"3.10"
# branch name of cpython repository
CPYTHON_BRANCH:"3.10"
# branch name of cpython-doc-catalog repository
CATALOG_BRANCH:"catalog-3.10"
# Transifex project name
TRANSIFEX_PROJECT:"python-newest"
# Directory where repositories are cloned
BASEDIR:"$(dirname ${TRAVIS_BUILD_DIR})"

jobs:
main:
name:Sync po/pot fiels
runs-on:ubuntu-latest
steps:
-name:Check out the repo
-uses:actions/checkout@v2

-name:Setup Python
-uses:actions/setup-python@v2.3.1
with:
python-version:"3.10"
architecture:"x64"

-name:Install packages
run:|
pip install sphinx sphinx-intl blurb trasifex-client
-name:Run scripts
run:|
bash ${TRAVIS_BUILD_DIR}/scripts/prepare-build_3.10
bash ${TRAVIS_BUILD_DIR}/scripts/upload-catalog
bash ${TRAVIS_BUILD_DIR}/scripts/renew-catalog-template
17 changes: 0 additions & 17 deletionsscripts/determine-build-type
View file
Open in desktop

This file was deleted.

5 changes: 0 additions & 5 deletionsscripts/pr-merge/main.sh
View file
Open in desktop

This file was deleted.

5 changes: 0 additions & 5 deletionsscripts/pr/main.sh
View file
Open in desktop

This file was deleted.

6 changes: 0 additions & 6 deletionsscripts/push/main.sh
View file
Open in desktop

This file was deleted.

31 changes: 0 additions & 31 deletionsscripts/push/prepare-build_3.10
View file
Open in desktop

This file was deleted.

File renamed without changes.
File renamed without changes.

[8]ページ先頭

©2009-2025 Movatter.jp