Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevo authored Jul 17, 2021
1 parent 6d2cbfd commit 6083bd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install twine
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build package
run: |
chmod +x ./compile_for_pypi.sh
Expand Down

0 comments on commit 6083bd1

Please sign in to comment.