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 8908245 commit 91cdf66Copy full SHA for 91cdf66
1 file changed
.github/workflows/python-publish.yml
@@ -15,12 +15,12 @@ jobs:
15
python-version: [3.8]
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
with:
20
# This allows the setuptools_scm library to discover the tag version from git
21
fetch-depth: 0
22
23
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
24
name: Install Python
25
26
python-version: ${{ matrix.python-version }}
@@ -31,7 +31,7 @@ jobs:
31
pip install build
32
python -m build --wheel --outdir dist/ .
33
34
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
35
36
path: ./dist/*.whl
37
0 commit comments