We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d59688 commit bf810b5Copy full SHA for bf810b5
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
python-version: [ "3.11" , "3.12" , "3.13" ]
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- name: Set up Python ${{ matrix.python-version }}
18
uses: actions/setup-python@v5
19
with:
@@ -54,7 +54,7 @@ jobs:
54
name: Build SDist
55
runs-on: ubuntu-latest
56
57
58
- name: Build SDist
59
run: pipx run build --sdist
60
- uses: actions/upload-artifact@v4
@@ -84,7 +84,7 @@ jobs:
84
85
# For tags we assume the version in pyproject.toml is correct!
86
- name: Checkout
87
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
88
89
submodules: 'recursive'
90
- name: Rewrite version for dev if not tag
0 commit comments