From 8a6a012129e5edbd95ce721396fb827a23c25994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Sava=C3=ABte?= Date: Thu, 30 Mar 2023 11:56:25 +0200 Subject: [PATCH] Build dist on every commit --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 7235080..71cc923 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -53,9 +53,9 @@ jobs: - name: Build distribution tarball and wheel # TODO: restrict this to master branch only - if: startsWith(github.ref, 'refs/tags') run: | poetry build + - name: Publish distribution 📦 to Test PyPI # publish to testpypi on all commit just for testing this PR uses: pypa/gh-action-pypi-publish@release/v1