From a3f4853f789e819f424274b374cb480a1fcfcc50 Mon Sep 17 00:00:00 2001 From: monkeyman192 Date: Tue, 1 Oct 2024 00:03:11 +1000 Subject: [PATCH] gh-11: further pipeline changes --- .github/workflows/pipeline.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 811285c..bcf3ec3 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -7,12 +7,6 @@ on: - '*.md' branches-ignore: - 'gh-pages' - pull_request: - paths-ignore: - - '*.md' - branches-ignore: - - 'gh-pages' - create: jobs: build_test: @@ -91,3 +85,5 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ + attestations: true + verbose: true