Skip to content

Commit

Permalink
Fix broken dependencies. (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored Dec 21, 2023
1 parent a7c37fe commit 0d0e8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build-setuptools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- published

jobs:
pyinstaller:
setuptools:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
'extras_require': {
'development': extras_require_development,
'pyinstaller': extras_require_pyinstaller,
'setuptools': extras_require_setuptools,
},
'entry_points': {
'console_scripts': [
Expand Down

0 comments on commit 0d0e8c2

Please sign in to comment.