Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Jan 6, 2024
1 parent 449dec4 commit 3c558f1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 36 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,6 @@ jobs:
elif [ "$RUNNER_OS" == "Windows" ]; then
poetry run make bundle_windows
elif [ "$RUNNER_OS" == "Linux" ]; then
poetry run make bundle_linux
fi
env:
BUZZ_CODESIGN_IDENTITY: ${{ secrets.BUZZ_CODESIGN_IDENTITY }}
BUZZ_KEYCHAIN_NOTARY_PROFILE: ${{ secrets.BUZZ_KEYCHAIN_NOTARY_PROFILE }}
Expand All @@ -186,7 +180,6 @@ jobs:
path: |
dist/Buzz*-windows.exe
dist/Buzz*-mac.dmg
dist/buzz-*.deb
publish-pypi:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -242,7 +235,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
buzz-*.deb
Buzz*-unix.tar.gz
Buzz*-windows.exe
Buzz*-mac.dmg
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ mac_app_path := ./dist/Buzz.app
mac_zip_path := ./dist/Buzz-${version}-mac.zip
mac_dmg_path := ./dist/Buzz-${version}-mac.dmg

bundle_linux: dist/Buzz
bash scripts/bundle_linux.sh

bundle_windows: dist/Buzz
iscc //DAppVersion=${version} installer.iss

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ keyring = "^24.3.0"
platformdirs = "^4.1.0"
dataclasses-json = "^0.6.3"
numpy = "^1.21.2"
requests = "^2.31.0"

# Only install on non-Linux to prevent execstack errors
stable-ts = { version = "2.14.2", markers = "sys_platform != 'linux'" }
Expand Down
24 changes: 0 additions & 24 deletions scripts/bundle_linux.sh

This file was deleted.

0 comments on commit 3c558f1

Please sign in to comment.