From 3d1f530f6c0200792568aa78fbf2509345784152 Mon Sep 17 00:00:00 2001 From: jean-marie burel Date: Thu, 21 Nov 2024 14:27:18 +0000 Subject: [PATCH] Update .github/workflows/test_and_deploy.yml Co-authored-by: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com> --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 498780e..dabb67a 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -86,7 +86,7 @@ jobs: python-version: "3.x" - name: Install dependencies run: | - python -mpip install build + python -m pip install build python -m build - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@v1.3.0