Skip to content

Commit

Permalink
install pipenv deps in publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Nov 28, 2024
1 parent 21cf4f1 commit 4f22d82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ jobs:
cache: "pipenv"
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python

- name: Install dependencies
run: pipenv install --dev

- name: Publish package
run: TWINE_USERNAME=__token__ TWINE_PASSWORD=${{ secrets.PIPY_HAVERSINE_TOKEN }} make deploy

0 comments on commit 4f22d82

Please sign in to comment.