From 39828d4192069fcb4c6eb1e20133e77a0aaf7329 Mon Sep 17 00:00:00 2001 From: Lukas Pielsticker <50139597+lukaspie@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:58:55 +0200 Subject: [PATCH] run package upload test on push --- .github/workflows/publish_test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish_test.yml b/.github/workflows/publish_test.yml index 0cb8c3d41..7e121ba7c 100644 --- a/.github/workflows/publish_test.yml +++ b/.github/workflows/publish_test.yml @@ -1,16 +1,15 @@ name: Simulate Upload of Python Package on: - workflow_dispatch: - branches: - - git-reset-in-build-step + push: # workflow_dispatch: + branches: [git-reset-in-build-step] env: UV_SYSTEM_PYTHON: true jobs: deploy: - name: Upload release to PyPI + name: Simulate upload release to PyPI runs-on: ubuntu-latest environment: name: pypi