We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05306ee commit 4c810e1Copy full SHA for 4c810e1
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
35
PYPI_TOKEN: ${{secrets.PYPI_TOKEN}}
36
run: |
37
- pip install python-semantic-release
+ python3 -m pip install python-semantic-release
38
git config user.name github-actions
39
git config user.email [email protected]
40
semantic-release publish --${{ github.event.inputs.releaseType }}
0 commit comments