File tree Expand file tree Collapse file tree 2 files changed +131
-103
lines changed Expand file tree Collapse file tree 2 files changed +131
-103
lines changed Original file line number Diff line number Diff line change 1717 uses : pdm-project/setup-pdm@v4
1818 with :
1919 cache : true
20- - name : Install dependencies
20+ - name : Lock dependencies
2121 run : pdm lock
2222 - name : Export requirements
2323 run : pdm run export
3131 git config user.name github-actions
3232 git config user.email github-actions@github.com
3333 git checkout -b update-dependencies-${{ github.run_id }}
34- git add requirements.txt
34+ git add requirements.txt pyproject.toml pdm.lock
3535 git commit -m "Update dependencies"
3636 git push origin update-dependencies-${{ github.run_id }}
3737 gh pr create --title "Update dependencies" --body "This PR updates the project dependencies. Please review the changes and merge if everything looks good." --base ${{ github.ref_name }} --head update-dependencies-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments