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

Commit9d137bb

Browse files
.github: fix typos, grammar, punctuation
1 parent56f50a7 commit9d137bb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
name:Publish Python Package
99

1010
on:
11-
#trigger when publishing a release
11+
#Trigger when publishing a release.
1212
release:
1313
types:[published]
1414

15-
#also allow triggering this workflow manually for testing
15+
#Also allow triggering this workflow manually for testing.
1616
workflow_dispatch:
1717

1818
jobs:
@@ -24,7 +24,7 @@ jobs:
2424
-name:Checkout
2525
uses:actions/checkout@v3
2626
with:
27-
#just fetching 1 commit is not enough for setuptools-scm, so we fetch all
27+
#Fetching a single commit is not enough for setuptools-scm, so we fetch all commits.
2828
fetch-depth:0
2929
-name:Set up Python
3030
uses:actions/setup-python@v2
@@ -36,7 +36,7 @@ jobs:
3636
-name:Build package
3737
run:|
3838
python setup.py sdist
39-
rm dist/*.orig #clean sdist_upip noise
39+
rm dist/*.orig #Remove sdist_upip noise.
4040
-name:Publish to Test PyPI
4141
uses:pypa/gh-action-pypi-publish@release/v1
4242
with:

‎.github/workflows/run_tests.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
-name:Build MicroPython
3333
id:build_micropython
3434
run:|
35-
echo "Buildingmicropython"
35+
echo "BuildingMicroPython"
3636
git clone --depth 1 https://github.com/micropython/micropython.git
3737
pushd micropython/mpy-cross
3838
make
@@ -50,8 +50,8 @@ jobs:
5050
-name:Fetch binutils-esp32ulp
5151
id:fetch_binutils
5252
run:|
53-
echo "Fetching URL ofpre-built esp32ulp-elf binaries"
54-
## URL topre-built binaries is published inesp-idf
53+
echo "Fetching URL ofprebuilt esp32ulp-elf binaries"
54+
##TheURL toprebuilt binaries is published inESP-IDF
5555
IDFVER=v5.0.1
5656
curl -s \
5757
-o tools.json \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp