From bef57d113e360bd04d716b878c7deeb0b34e9234 Mon Sep 17 00:00:00 2001 From: Br4guette Date: Thu, 25 Jul 2024 22:47:11 +0200 Subject: [PATCH] fix actions --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index ecffc29..f30b495 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -53,8 +53,8 @@ jobs: echo "::set-output name=package_version::`poetry version --short`" shell: bash - - name: test with tox - run: tox + # - name: test with tox + # run: tox publish_dev_build: # if test failed, we should not publish