Skip to content

Commit 29163b9

Browse files
authored
Update publish-package.yml
1 parent 83234e1 commit 29163b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install package dependencies
2222
run: pipenv --python 3.7 sync -d
2323
- name: Build
24-
run: python setup.py sdist bdist_wheel
24+
run: pipenv run python setup.py sdist bdist_wheel
2525
- name: Publish distribution 📦 to Test PyPI
2626
uses: pypa/gh-action-pypi-publish@master
2727
with:

0 commit comments

Comments
 (0)