File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - name : Build a binary wheel and a source tarball
3636 run : python3 -m build
3737 - name : Store the distribution packages
38- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
38+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3939 with :
4040 name : python-package-distributions
4141 path : dist/
Original file line number Diff line number Diff line change 5151 run : python tests/parse_pymon.py
5252 - name : Upload artifacts
5353 if : ${{ always() }} # upload artifacts even if fail
54- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
54+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5555 with :
5656 name : Test_reports_${{ matrix.os }}_${{ matrix.environment }}
5757 path : test-reports
Original file line number Diff line number Diff line change 4242 run : pytest -n 2 -m "not installation"
4343 - name : Upload artifacts
4444 if : ${{ always() }} # upload artifacts even if fail
45- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
45+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4646 with :
4747 name : Development_installation_test_reports
4848 path : test-reports
Original file line number Diff line number Diff line change 4747 run : pytest -n 2 -m "not installation"
4848 - name : Upload artifacts
4949 if : ${{ always() }} # upload artifacts even if fail
50- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
50+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5151 with :
5252 name : Test_reports_${{ matrix.os }}_${{ matrix.environment }}
5353 path : test-reports
You can’t perform that action at this time.
0 commit comments