Skip to content

Commit 4c810e1

Browse files
committed
Use python3 to install
1 parent 05306ee commit 4c810e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
3535
PYPI_TOKEN: ${{secrets.PYPI_TOKEN}}
3636
run: |
37-
pip install python-semantic-release
37+
python3 -m pip install python-semantic-release
3838
git config user.name github-actions
3939
git config user.email [email protected]
4040
semantic-release publish --${{ github.event.inputs.releaseType }}

0 commit comments

Comments
 (0)