Skip to content

Commit

Permalink
Changed python build tools to install with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-t-frost committed Jan 21, 2020
1 parent 5363d0f commit 31f98bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
python -m pip install --upgrade pip pipenv
pipenv install --deploy --system
pipenv install setuptools wheel twine
pip install setuptools wheel twine
- name: Download js artifact
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit 31f98bf

Please sign in to comment.