Skip to content

Commit

Permalink
Direct install of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JWock82 committed Oct 15, 2022
1 parent bfeadeb commit cacb4ac
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Setup pip
run: |
python -m pip install --upgrade pip
- name: Install Dependencies
uses: py-actions/py-dependency-install@v3
with:
path: "path/to/requirements.txt"
run: |
pip install setuptools wheel twine
python -m pip install --upgrade pip
pip install ipython pint setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit cacb4ac

Please sign in to comment.