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 1f21585 commit 7a4e7edCopy full SHA for 7a4e7ed
.github/workflows/pyhton.generate-wrapper.yml
@@ -60,6 +60,7 @@ jobs:
60
run: python3 setup.py bdist_wheel
61
- uses: actions/upload-artifact@v4
62
with:
63
+ name: py3p8_ubuntu_22p04_build
64
path: python-wrapper/dist/**
65
if-no-files-found: error
66
py3p8_linux_sdist:
@@ -85,6 +86,7 @@ jobs:
85
86
run: python3 setup.py sdist
87
88
89
+ name: source_dist
90
91
92
py3p8_windows_build:
@@ -118,5 +120,6 @@ jobs:
118
120
119
121
122
123
+ name: py3p8_win_build
124
125
0 commit comments