We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36030fa commit 1391d68Copy full SHA for 1391d68
1 file changed
.github/workflows/build.yml
@@ -9,7 +9,7 @@ name: Build
9
env:
10
MAJOR: 0
11
MINOR: 0
12
- PYTHON_VERSION: 3.12.0
+ PYTHON_VERSION: 3.13.0
13
14
#
15
# Establish when the workflow is run
@@ -75,7 +75,7 @@ jobs:
75
PYTHONPATH=${GITHUB_WORKSPACE} python -m build --wheel -n
76
77
- name: Upload test results
78
- uses: actions/upload-artifact@v3.0.0
+ uses: actions/upload-artifact@v3
79
if: ${{ always() }}
80
with:
81
name: Test and Coverage
0 commit comments