Skip to content

Commit

Permalink
Merge pull request #99 from kyamagu/fix-pypi-publish
Browse files Browse the repository at this point in the history
Fix missing environment in PyPI upload
  • Loading branch information
kyamagu authored Mar 1, 2024
2 parents 63ec52d + 7d506d9 commit 13df456
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
name: Upload packages to PyPI
needs: [build_sdist, build_wheels]
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/faiss-cpu
permissions:
id-token: write
if: github.event_name == 'release' && github.event.action == 'published'
Expand Down

0 comments on commit 13df456

Please sign in to comment.