Skip to content

Commit

Permalink
fix: Fixed the CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyVignelles committed Oct 16, 2023
1 parent a5e405e commit 4887365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
git config --global user.name "github-actions"
- name: Install python-semantic-release
run: pip install python-semantic-release
run: pip install "python-semantic-release<8"

- name: Bump version
run: semantic-release -v DEBUG version
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
mv artifacts/ddb-python/* ./dist
- name: Install python-semantic-release
run: pip install python-semantic-release
run: pip install "python-semantic-release<8"

- name: Publish release
run: semantic-release -v DEBUG publish
Expand Down
1 change: 0 additions & 1 deletion ddb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ a = Analysis(['ddb/__main__.py'],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=True,
cipher=block_cipher)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
Expand Down

0 comments on commit 4887365

Please sign in to comment.