Skip to content

Commit

Permalink
Change python to python3 to run the building
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Carreras <[email protected]>
  • Loading branch information
leonardocarreras committed Jan 25, 2024
1 parent 94770e9 commit 67d24e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67d24e8

Please sign in to comment.