Skip to content

Commit cbe5317

Browse files
authored
chore: fix semantic release package version (#49)
1 parent 958e394 commit cbe5317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
- name: Publish distribution PyPI --dry-run
4242
if: ${{ github.event.inputs.dryRun == 'true'}}
4343
run: |
44-
python -m pip install python-semantic-release
44+
python -m pip install python-semantic-release~=7.0.0
4545
semantic-release publish --noop
4646
4747
- name: Publish distribution PyPI
4848
if: ${{ github.event.inputs.dryRun == 'false'}}
4949
run: |
50-
python -m pip install python-semantic-release
50+
python -m pip install python-semantic-release~=7.0.0
5151
git config user.name amplitude-sdk-bot
5252
git config user.email [email protected]
5353
semantic-release publish

0 commit comments

Comments
 (0)