Skip to content

Commit

Permalink
add requierments that needs by release beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayTheDar committed Jul 22, 2023
1 parent 76b2df3 commit 249cbdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release_beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,15 @@ jobs:
with:
python-version: "3.10"

- name: Update CHANGELOG.md
run: git-changelog . -o $CHANGELOG_FILE_PATH

- name: Install python dependencies
run: |
pip install --upgrade pip
pip install -r requirements-release.txt
- name: Update CHANGELOG.md
run: git-changelog . -o $CHANGELOG_FILE_PATH


- name: Build package
run: python -m build

Expand Down
6 changes: 1 addition & 5 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@ sniffio==1.3.0
SQLAlchemy==1.4.48
motor==3.2.0
beanie==1.20.0
setuptools
wheel
build
twine
git-changelog

0 comments on commit 249cbdb

Please sign in to comment.