Skip to content

Commit

Permalink
chore: Update CI/CD workflow to include Python package publishing to …
Browse files Browse the repository at this point in the history
…PyPI
  • Loading branch information
mirkan1 committed Jul 9, 2024
1 parent 022dd97 commit f18c35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r dev_requirements.txt
pip install setuptools wheel twine
- name: Build
run: |
Expand Down

0 comments on commit f18c35c

Please sign in to comment.