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 958e394 commit cbe5317Copy full SHA for cbe5317
.github/workflows/publish-to-pypi.yml
@@ -41,13 +41,13 @@ jobs:
41
- name: Publish distribution PyPI --dry-run
42
if: ${{ github.event.inputs.dryRun == 'true'}}
43
run: |
44
- python -m pip install python-semantic-release
+ python -m pip install python-semantic-release~=7.0.0
45
semantic-release publish --noop
46
47
- name: Publish distribution PyPI
48
if: ${{ github.event.inputs.dryRun == 'false'}}
49
50
51
git config user.name amplitude-sdk-bot
52
git config user.email [email protected]
53
semantic-release publish
0 commit comments