@@ -436,6 +436,7 @@ jobs:
436
436
with :
437
437
python-version : ${{ env.MAIN_PYTHON_VERSION }}
438
438
checkout : false
439
+ randomize : true
439
440
440
441
- name : Upload integration test logs
441
442
if : always()
@@ -567,12 +568,17 @@ jobs:
567
568
name : Package library
568
569
needs : [testing-windows, testing-linux, testing-min-reqs, testing-no-graphics, docs]
569
570
runs-on : ubuntu-latest
571
+ permissions :
572
+ attestations : write
573
+ contents : read
574
+ id-token : write
570
575
steps :
571
576
- name : Build library source and wheel artifacts
572
577
uses : ansys/actions/build-library@v8
573
578
with :
574
579
library-name : ${{ env.PACKAGE_NAME }}
575
580
python-version : ${{ env.MAIN_PYTHON_VERSION }}
581
+ attest-provenance : true
576
582
577
583
# =================================================================================================
578
584
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv RUNNING ON SELF-HOSTED RUNNER vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
@@ -799,6 +805,7 @@ jobs:
799
805
pytest-extra-args : " --use-existing-service=yes"
800
806
checkout : false
801
807
requires-xvfb : true
808
+ randomize : true
802
809
803
810
- name : " Compressing Linux Dockerfile"
804
811
@@ -843,6 +850,8 @@ jobs:
843
850
token : ${{ secrets.GITHUB_TOKEN }}
844
851
library-name : ${{ env.PACKAGE_NAME }}
845
852
additional-artifacts : windows-core-dockerfile.zip linux-core-dockerfile.zip
853
+ add-artifact-attestation-notes : true
854
+ generate_release_notes : true
846
855
847
856
upload_dev_docs :
848
857
name : Upload dev documentation
0 commit comments