Skip to content

Commit a160ca1

Browse files
committed
update README
1 parent c1ffc08 commit a160ca1

2 files changed

Lines changed: 5 additions & 43 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,18 @@ jobs:
5656
- name: pip-install-test
5757
run: |
5858
sudo pip3 install -UI pip && sudo pip3 install -UI build setuptools wheel twine pyOpenSSL
59-
cd pkg
60-
sudo python3 -m build
61-
pip3 install ./dist/*.tar.gz
62-
aloha info
63-
pip3 list | sort
59+
cp ./README.md ./pkg/
60+
cd pkg && sudo python3 -m build & pip3 install ./dist/*.tar.gz
61+
pip3 list | grep aloha && aloha info
6462
6563
- name: pypi-publish
6664
env:
6765
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
6866
TWINE_PASSWORD_TEST: ${{ secrets.TWINE_PASSWORD_TEST }}
6967
run: |
70-
env | sort -f && cd pkg && ls -alh
68+
env | sort -f && cp ./README.md ./pkg/ && cd pkg && ls -alh
7169
sudo python3 -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
72-
sudo python3 -m build
73-
ls -alh ./dist
70+
sudo python3 -m build && ls -alh ./dist
7471
7572
if [ "${GITHUB_REPOSITORY}" = "LabNow-ai/aloha-python" ] && [ "${GITHUB_REF_NAME}" = "main" ] ; then
7673
URL_REPOSITORY="https://upload.pypi.org/legacy/" ; P=${TWINE_PASSWORD} ;

pkg/README.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)