Skip to content

Commit 6b72920

Browse files
committed
Align with other repos
1 parent c8d3931 commit 6b72920

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- name: Set up Python
1313
uses: actions/setup-python@v5
1414
with:
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install flit
20-
- name: Build
20+
- name: Build package
2121
run: flit build
2222
- name: Upload dist artifact
2323
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)