From cd46e9fa2ff2b50db849286a4e256a45a1577fe4 Mon Sep 17 00:00:00 2001 From: Leonardo Carreras Date: Thu, 25 Jan 2024 11:18:04 +0100 Subject: [PATCH] Change python to python3 to run the building Signed-off-by: Leonardo Carreras --- .github/workflows/publish_to_pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_to_pypi.yaml b/.github/workflows/publish_to_pypi.yaml index 6933dcf0a5..304bd72e83 100644 --- a/.github/workflows/publish_to_pypi.yaml +++ b/.github/workflows/publish_to_pypi.yaml @@ -20,7 +20,7 @@ jobs: - name: Build dpsim source dist shell: bash - run: python -m build --sdist --outdir dist/ + run: python3 -m build --sdist --outdir dist/ - name: Publish distribution to Test PyPI uses: pypa/gh-action-pypi-publish@release/v1