Skip to content

Commit 791e228

Browse files
committed
pipenv run
1 parent 67cb0b3 commit 791e228

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ jobs:
6969
- id: build
7070
name: Build release
7171
run: |
72-
python setup.py sdist
73-
python setup.py bdist_wheel
72+
pipenv run python setup.py sdist
73+
pipenv run python setup.py bdist_wheel
7474
ls -l dist
7575
7676
- id: check
7777
name: Check release
7878
run: |
79-
twine check dist/*
79+
pipenv run twine check dist/*
8080
8181
- id: save
8282
name: Save artifact

0 commit comments

Comments
 (0)