We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc84c9 commit 69fbac3Copy full SHA for 69fbac3
.github/workflows/pyhton.generate-wrapper.yml
@@ -24,6 +24,11 @@ jobs:
24
name: python-sources
25
path: python-wrapper/sensirion_gas_index_algorithm/**
26
if-no-files-found: error
27
+ - uses: actions/upload-artifact@v4
28
+ with:
29
+ name: swig-sources
30
+ path: python-wrapper/swig/**
31
+ if-no-files-found: error
32
py3p8_linux_build:
33
runs-on: "ubuntu-22.04"
34
needs: generate-wrapper
@@ -36,6 +41,10 @@ jobs:
36
41
with:
37
42
38
43
path: python-wrapper/sensirion_gas_index_algorithm
44
+ - uses: actions/download-artifact@v4
45
46
47
+ path: python-wrapper/swig
39
48
- name: check source files
40
49
run: ls -al sensirion_gas_index_algorithm
50
- uses: actions/setup-python@v5
0 commit comments