We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9057e5d commit 7521ad6Copy full SHA for 7521ad6
1 file changed
.github/workflows/pr-build-python.yml
@@ -37,6 +37,13 @@ jobs:
37
click-to-expand: true
38
report-title: 'Test Report'
39
40
+ - name: Upload build artifacts
41
+ uses: actions/upload-artifact@v4
42
+ with:
43
+ name: pythonproject-build
44
+ path: src/**
45
+ if-no-files-found: error
46
+
47
# create a test summary markdown file
48
# if you don't specify an output file, it will automatically add
49
# as a job summary. If you specify an output file, you have to
0 commit comments