Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mantasu/glasses-detector
Browse files Browse the repository at this point in the history
  • Loading branch information
mantasu committed Mar 6, 2024
2 parents b37153d + 2e4e02d commit cb2f076
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
release:
types: [published]

workflow_dispatch:

permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -31,4 +33,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit cb2f076

Please sign in to comment.