We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d3931 commit 6b72920Copy full SHA for 6b72920
1 file changed
.github/workflows/publish-release.yaml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-24.04
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
12
- name: Set up Python
13
uses: actions/setup-python@v5
14
with:
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
python -m pip install --upgrade pip
19
pip install flit
20
- - name: Build
+ - name: Build package
21
run: flit build
22
- name: Upload dist artifact
23
uses: actions/upload-artifact@v4
0 commit comments