Skip to content

Commit

Permalink
Chore: Temp disable attestations to verify trusted publishing (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions authored Oct 30, 2024
1 parent 99b76fd commit 1442e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/primary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
with:
build_python_version: ${{ needs.python-project.outputs.build_python_version }}
build_tag: ${{ needs.repository.outputs.build_tag }}
attest_artefacts: false

python-test:
name: "Test"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
# Build tag
if [ -z ${{ env.pushed_tag }} ]; then
# ToDo: Replace with development tag
build_tag="v5.0.0-dev6"
build_tag="v5.0.0-dev7"
echo "Build tag: $build_tag"
else
build_tag="${{ env.pushed_tag }}"
Expand Down

0 comments on commit 1442e3d

Please sign in to comment.