File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Set up micromamba
2525 uses : mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476
2626 - name : Build wheels
27- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
28- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
27+ uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
28+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2929 with :
3030 name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
3131 path : ./wheelhouse/*.whl
4343 run : python -m pip install setuptools setuptools-scm wheel mako numpy 'Cython!=3.0.4'
4444 - name : Build sdist
4545 run : python setup.py sdist
46- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
46+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4747 with :
4848 path : dist/*.tar.gz
4949
6161 with :
6262 merge-multiple : true
6363 path : dist
64- - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
64+ - uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
6565 with :
6666 repository-url : https://test.pypi.org/legacy/
6767
7979 with :
8080 merge-multiple : true
8181 path : dist
82- - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
82+ - uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
Original file line number Diff line number Diff line change 4848 pixi run --manifest-path ../tabmat/pixi.toml -e ${{ matrix.environment }} python -m doctest -v README.md
4949
5050 - name : Issue on failure
51- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
51+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
5252 if : ${{ failure() && github.ref == 'refs/heads/main' }}
5353 with :
5454 script : |
Original file line number Diff line number Diff line change 6565 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6666 # format to the repository Actions tab.
6767 - name : " Upload artifact"
68- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
68+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6969 with :
7070 name : SARIF file
7171 path : results.sarif
You can’t perform that action at this time.
0 commit comments