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 f680b7a commit 55a78f9Copy full SHA for 55a78f9
.github/workflows/wheels.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
python-version: ["3.8", "3.9", "3.10", "3.11"]
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- name: Set up Python ${{ matrix.python-version }}
18
uses: actions/setup-python@v4
19
with:
@@ -24,7 +24,7 @@ jobs:
24
- name: Build wheel
25
run: python -m build --wheel --no-isolation
26
- name: Upload wheel artifact
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
28
29
name: pyplusplus-wheel-${{ matrix.python-version }}
30
path: dist/*.whl
0 commit comments