Skip to content

Commit

Permalink
chore: update changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Kim2028 committed Jul 23, 2024
1 parent f529f92 commit e652e0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ jobs:
with:
python-version: '3.x'

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libyaml-dev
- name: Install Rye and dependencies
run: |
python -m pip install --upgrade pip
pip install rye
pip install git-changelog bump2version
pip install rye git-changelog bump2version pyyaml
- name: Generate changelog
run: rye run changelog
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ dependencies = [
# "cryo @ https://github.com/primev/cryo/raw/main/wheels/cryo-0.3.2-cp310-cp310-manylinux_2_34_x86_64.whl",
"cryo>=0.3.2",
"python-dotenv>=1.0.1",
"hypersync>=0.7.8",
"hypersync>=0.7.11",
"git-changelog>=2.5.2",
"bump2version>=1.0.1",
"pyyaml>=6.0.1",
"web3>=6.20.1",
]
readme = "README.md"
requires-python = ">= 3.12"
Expand Down

0 comments on commit e652e0b

Please sign in to comment.