Skip to content

Commit

Permalink
fix: pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Nov 16, 2024
1 parent acf965f commit d2941c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
package:
- workdir: "libs/infinity_emb"
- workdir: "libs/client_infinity"
- workdir: "libs/client_infinity/infinity_client"
defaults:
run:
working-directory: ${{ matrix.package.workdir }}
Expand All @@ -35,6 +35,7 @@ jobs:
cache-key: release

- name: Copy readme
if: matrix.package.workdir == 'libs/infinity_emb'
id: readme-copy
run: |
cp ../../README.md .
Expand Down

0 comments on commit d2941c7

Please sign in to comment.