Skip to content

Commit

Permalink
test: test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
romainrbr committed Sep 3, 2024
1 parent 5146327 commit 725a282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-to-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
publish-to-pypi:
name: >-
Publish Python 🐍 distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
# if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/immich-face-to-album # Replace <package-name> with your PyPI project name
url: https://pypi.org/p/immich-face-to-album
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

Expand Down

0 comments on commit 725a282

Please sign in to comment.