Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit ae293d7

Browse files
committed
Fix release.yml
1 parent cf50f2c commit ae293d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Create package-specific pyproject.toml
106106
run: |
107-
# 一時ディレクトリを作成して作業
107+
# Work in a temporary directory
108108
mkdir -p build-${{ matrix.features.package_name }}
109109
cp -r . build-${{ matrix.features.package_name }}/
110110
cd build-${{ matrix.features.package_name }}
@@ -231,7 +231,7 @@ jobs:
231231

232232
- name: Create package-specific pyproject.toml
233233
run: |
234-
# 一時ディレクトリを作成して作業
234+
# Work in a temporary directory
235235
mkdir -p build-${{ matrix.features.package_name }}
236236
cp -r . build-${{ matrix.features.package_name }}/
237237
cd build-${{ matrix.features.package_name }}
@@ -294,7 +294,7 @@ jobs:
294294

295295
- name: Create package-specific pyproject.toml
296296
run: |
297-
# 一時ディレクトリを作成して作業
297+
# Work in a temporary directory
298298
mkdir -p build-${{ matrix.features.package_name }}
299299
cp -r . build-${{ matrix.features.package_name }}/
300300
cd build-${{ matrix.features.package_name }}

0 commit comments

Comments
 (0)