File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 git config user.name "github-actions[bot]"
3838 pur -r requirements.txt
3939 pur -r requirements.dev.txt
40- req2flatpak --requirements-file requirements.txt --yaml --target-platforms 312-x86_64 -o com.usebottles.bottles. pypi-deps.yaml
41- git diff ${{ github.ref_name }} --exit-code requirements.txt requirements.dev.txt com.usebottles.bottles. pypi-deps.yaml
40+ req2flatpak --requirements-file requirements.txt --yaml --target-platforms 312-x86_64 -o pypi-deps.yaml
41+ git diff ${{ github.ref_name }} --exit-code requirements.txt requirements.dev.txt pypi-deps.yaml
4242 updated=$?
4343 if [ $updated -ne 0 ]; then
44- git add requirements.txt requirements.dev.txt com.usebottles.bottles. pypi-deps.yaml
44+ git add requirements.txt requirements.dev.txt pypi-deps
4545 git commit -m "Update PyPI dependencies"
4646 fi
4747
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pytest .
3333Regenerate PYPI dependency manifest when requirements.txt changed
3434
3535``` bash
36- python ./build-aux/flatpak-pip-generator.py --runtime org.gnome.Sdk -r requirements.txt -o com.usebottles.bottles. pypi-deps --yaml
36+ python ./build-aux/flatpak-pip-generator.py --runtime org.gnome.Sdk -r requirements.txt -o build-aux/ pypi-deps --yaml
3737```
3838
3939## I18n files
You can’t perform that action at this time.
0 commit comments