From 7d8eced6d980be61ac5b355f7dfdcd34f40cfdd7 Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Thu, 25 May 2023 18:36:53 +0200 Subject: [PATCH] fix: ci build command --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14ed3bb7..d5a6d1e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__ repository_password: ${{ secrets.PYPI_TOKEN }} + build_command: pip install build && python -m build merge-master-back-to-dev: runs-on: ubuntu-latest