mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-02 03:57:38 +03:00
ci: fix python dep
This commit is contained in:
parent
d6c5ef2a0a
commit
dc7d62f6f8
2 changed files with 2 additions and 1 deletions
1
.github/workflows/master.yml
vendored
1
.github/workflows/master.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
|||
|
||||
- name: Run build script
|
||||
run: |
|
||||
pip install requests
|
||||
export HY_APP_PLATFORMS=$(sed 's/\r$//' platforms.txt | awk '!/^#/ && !/^$/' | paste -sd ",")
|
||||
python hyperbole.py build -r
|
||||
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
|||
|
||||
- name: Run build script
|
||||
run: |
|
||||
pip install requests
|
||||
export HY_APP_PLATFORMS=$(sed 's/\r$//' platforms.txt | awk '!/^#/ && !/^$/' | paste -sd ",")
|
||||
python hyperbole.py build -r
|
||||
|
||||
|
@ -44,6 +45,5 @@ jobs:
|
|||
|
||||
- name: Publish to API
|
||||
run: |
|
||||
pip install requests
|
||||
export HY_API_POST_KEY=${{ secrets.HY2_API_POST_KEY }}
|
||||
python hyperbole.py publish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue