Skip to content

Commit 78092a2

Browse files
author
eagleychen
committed
虚拟环境添加setuptools
1 parent eb154d8 commit 78092a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
run: |
3535
python -m venv test_env
3636
source test_env/bin/activate
37+
python -m pip install --upgrade pip
38+
pip install setuptools wheel twine
39+
3740
python setup.py install
3841
pip install -r requirements.txt
3942
gpg --quiet -d --passphrase "$PROVISIONING_PASSWORD" --batch .github/files/explorer/device_info.json.asc > explorer/sample/device_info.json

0 commit comments

Comments
 (0)