Skip to content

Commit

Permalink
install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiehkl committed Sep 20, 2023
1 parent 8799c5e commit 927e3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
PYPI_DB_ROCKET: ${{ secrets.PYPI_DB_ROCKET }}
run: |
pip install requirements.txt
pip install -r requirements.txt
python3 -m build --no-isolation
echo "Build successfull, uploading now..."
python3 -m twine upload dist/* -u TOKEN -p "$PYPI_DB_ROCKET"
Expand Down

0 comments on commit 927e3ed

Please sign in to comment.