We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a160ca1 commit 2daa672Copy full SHA for 2daa672
1 file changed
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
sudo pip3 install -UI pip && sudo pip3 install -UI build setuptools wheel twine pyOpenSSL
59
cp ./README.md ./pkg/
60
- cd pkg && sudo python3 -m build & pip3 install ./dist/*.tar.gz
+ cd pkg && sudo python3 -m build && pip3 install ./dist/*.tar.gz
61
pip3 list | grep aloha && aloha info
62
63
- name: pypi-publish
0 commit comments