Skip to content

Commit

Permalink
Update build_backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Dec 24, 2024
1 parent 5390e08 commit 2afa77e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,10 @@ jobs:
name: api.tar.gz
path: web_build/api.tar.gz
if-no-files-found: error
- name: Upload Python package dependencies
uses: actions/upload-artifact@v4
with:
path: |
pdm.lock
pyproject.toml
if-no-files-found: error

0 comments on commit 2afa77e

Please sign in to comment.