Skip to content

Commit

Permalink
Merge pull request #2 from pescheckit/add-pipenv
Browse files Browse the repository at this point in the history
Added pipenv shell
  • Loading branch information
uberfresh authored Jan 29, 2024
2 parents 33c7fed + 284fc95 commit a3badf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ jobs:
run: |
pipenv install --dev
- name: Build package
run: pipenv run python -m build
run: |
pipenv shell
pipenv run python -m build
- name: Publish package
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit a3badf4

Please sign in to comment.