From 3adbf21ec2a328e472c5c6b5cf29f2da9b753307 Mon Sep 17 00:00:00 2001 From: Leonardo Parente <23251360+leoparente@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:51:45 -0300 Subject: [PATCH] test release --- .github/workflows/device-discovery-release.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/device-discovery-release.yaml b/.github/workflows/device-discovery-release.yaml index 6bb3702..52df82e 100644 --- a/.github/workflows/device-discovery-release.yaml +++ b/.github/workflows/device-discovery-release.yaml @@ -1,6 +1,7 @@ name: Device Discovery Release on: workflow_dispatch: + pull_request: push: branches: - "release" @@ -167,10 +168,10 @@ jobs: path: dist/${{ env.OUTPUT_FILENAME }} retention-days: 30 if-no-files-found: error - - name: Publish release distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - packages-dir: dist + # - name: Publish release distributions to PyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # packages-dir: dist semantic-release: name: Semantic release