From f140df4d26180dba1d597c6a8cff58593f9d8e9c Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Sun, 7 Apr 2024 08:44:08 +0200 Subject: [PATCH] test: pypi workflow (#11) * Update converage action * no message * no message * test: pypi publish workflow * no message --- .github/workflows/publish-to-test-pypi.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 1543ecb..3dbbf7d 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -4,6 +4,9 @@ on: push: branches: - main + workflow_dispatch: + branches: + - main jobs: build-n-publish: @@ -38,3 +41,4 @@ jobs: password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ skip_existing: true + verbose: true