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