i beg of you
This commit is contained in:
parent
833771a265
commit
de068f4b9f
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.python_ver }}
|
python-version: ${{ env.python_ver }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
- run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r ./requirements.txt -t ./lib
|
pip install -r ./requirements.txt -t ./lib
|
||||||
mkdir uploads
|
mkdir uploads
|
||||||
|
@ -22,8 +22,8 @@ jobs:
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: actions/forgejo-release@v1
|
uses: actions/forgejo-release@v1
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
url: https://git.lrsb.nl
|
url: https://git.lrsb.nl
|
||||||
release-dir: uploads
|
release-dir: uploads
|
||||||
token: ${{ secrets.ACCESS_TOKEN }}
|
token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue