Skip to content

Commit 2daa672

Browse files
committed
typo
1 parent a160ca1 commit 2daa672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
sudo pip3 install -UI pip && sudo pip3 install -UI build setuptools wheel twine pyOpenSSL
5959
cp ./README.md ./pkg/
60-
cd pkg && sudo python3 -m build & pip3 install ./dist/*.tar.gz
60+
cd pkg && sudo python3 -m build && pip3 install ./dist/*.tar.gz
6161
pip3 list | grep aloha && aloha info
6262
6363
- name: pypi-publish

0 commit comments

Comments
 (0)