Skip to content

Commit

Permalink
pipenv run
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed May 25, 2022
1 parent 67cb0b3 commit 791e228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-deployment.yaml
Expand Up @@ -69,14 +69,14 @@ jobs:
- id: build
name: Build release
run: |
python setup.py sdist
python setup.py bdist_wheel
pipenv run python setup.py sdist
pipenv run python setup.py bdist_wheel
ls -l dist
- id: check
name: Check release
run: |
twine check dist/*
pipenv run twine check dist/*
- id: save
name: Save artifact
Expand Down

0 comments on commit 791e228

Please sign in to comment.