3131 cibuildwheel :
3232 - " cp311"
3333 steps :
34+ <<<<<<< before updating
3435 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
36+ =======
37+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
38+ with :
39+ persist-credentials : false
40+
41+ - uses : actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446
42+ >>>>>>> after updating
3543 with :
3644 submodules : ' true'
3745
4351 restore-keys : cache-${{ runner.os }}-
4452 if : ${{ runner.os != 'Windows' }}
4553
54+ <<<<<<< before updating
4655 - name : Setup cache (windows)
4756 uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
57+ =======
58+ - name : Upload test results (Python)
59+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
60+ >>>>>>> after updating
4861 with :
4962 path : " C:/ProgramData/chocolatey/"
5063 key : cache-${{ runner.os }}-
90103 run : python -m pip install dist/*.whl
91104 if : ${{ runner.os != 'Windows' }}
92105
106+ <<<<<<< before updating
93107 - name : Install wheel (windows)
94108 run : python -m pip install -U (Get-ChildItem .\dist\*.whl | Select-Object -Expand FullName)
95109 if : ${{ runner.os == 'Windows' }}
@@ -99,8 +113,17 @@ jobs:
99113
100114 - name : Test Wheel
101115 run : python -m pytest -vvv systemc/tests
116+ =======
117+ - uses : actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446
118+ with :
119+ module : systemc
120+
121+ - uses : actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446
122+ with :
123+ module : systemc
124+ >>>>>>> after updating
102125
103- - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
126+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
104127 with :
105128 name : dist-${{matrix.os}}
106129 path : dist
0 commit comments