i beg of you
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline is running
ci/woodpecker/release/woodpecker Pipeline is pending

This commit is contained in:
Lars 2024-07-05 21:04:23 +02:00
parent 833771a265
commit de068f4b9f

View file

@ -14,7 +14,7 @@ jobs:
with:
python-version: ${{ env.python_ver }}
- name: Install dependencies
- run: |
run: |
python -m pip install --upgrade pip
pip install -r ./requirements.txt -t ./lib
mkdir uploads
@ -22,8 +22,8 @@ jobs:
- name: Create release
uses: actions/forgejo-release@v1
with:
direction: upload
url: https://git.lrsb.nl
direction: upload
url: https://git.lrsb.nl
release-dir: uploads
token: ${{ secrets.ACCESS_TOKEN }}