Skip to content

Commit 1391d68

Browse files
committed
Updated build pipeline
1 parent 36030fa commit 1391d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Build
99
env:
1010
MAJOR: 0
1111
MINOR: 0
12-
PYTHON_VERSION: 3.12.0
12+
PYTHON_VERSION: 3.13.0
1313

1414
#
1515
# Establish when the workflow is run
@@ -75,7 +75,7 @@ jobs:
7575
PYTHONPATH=${GITHUB_WORKSPACE} python -m build --wheel -n
7676
7777
- name: Upload test results
78-
uses: actions/upload-artifact@v3.0.0
78+
uses: actions/upload-artifact@v3
7979
if: ${{ always() }}
8080
with:
8181
name: Test and Coverage

0 commit comments

Comments
 (0)