Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Oct 12, 2023
1 parent 561f496 commit b4ba37f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Publish to pypi -> libs/infinity_emb
name: libs/infinity_emb -> Publish to pypi

on:
release:
Expand All @@ -14,7 +14,7 @@ jobs:
# Disallow publishing from branches that aren't `master`.
defaults:
run:
working-directory: $WORKDIR
working-directory: ${{ env.WORKDIR }}
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Embedding Inference Server - finding TGI for embeddings. Infinity is developed under MIT Licence - https://github.com/michaelfeil/infinity

<!-- PROJECT SHIELDS -->
![codecov](https://codecov.io/gh/michaelfeil/infinity/branch/main/graph/badge.svg?token=NMVQY5QOFQ)
![CI](https://github.com/michaelfeil/infinity/actions/workflows/ci.yaml/badge.svg)
[![codecov](https://codecov.io/gh/michaelfeil/infinity/branch/main/graph/badge.svg?token=NMVQY5QOFQ)]
[![CI](https://github.com/michaelfeil/infinity/actions/workflows/ci.yaml/badge.svg)]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
Expand Down
4 changes: 2 additions & 2 deletions libs/infinity_emb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Embedding Inference Server - finding TGI for embeddings. Infinity is developed under MIT Licence - https://github.com/michaelfeil/infinity

<!-- PROJECT SHIELDS -->
![codecov](https://codecov.io/gh/michaelfeil/infinity/branch/main/graph/badge.svg?token=NMVQY5QOFQ)
![CI](https://github.com/michaelfeil/infinity/actions/workflows/ci.yaml/badge.svg)
[![codecov](https://codecov.io/gh/michaelfeil/infinity/branch/main/graph/badge.svg?token=NMVQY5QOFQ)]
[![CI](https://github.com/michaelfeil/infinity/actions/workflows/ci.yaml/badge.svg)]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
Expand Down

0 comments on commit b4ba37f

Please sign in to comment.