Skip to content

Commit e33b83b

Browse files
committed
issue_25 actions update
1 parent 96478e7 commit e33b83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: install requirements for python3
2929
run: pip3 install -r requirements-3.txt
3030
- name: build the package
31-
run: python2.7 setup.py sdist bdist_wheel
31+
run: python3 setup.py sdist bdist_wheel
3232
# upload-to-pypi:
3333
# runs-on: ubuntu-20.04
3434
# steps:

0 commit comments

Comments
 (0)