Skip to content

Commit

Permalink
Merge pull request kyamagu#229 from kyamagu/update-pypi-upload
Browse files Browse the repository at this point in the history
Add missing PyPI upload environment
  • Loading branch information
HinTak authored Jan 29, 2024
2 parents 89907bb + f478374 commit a9ce10f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
permissions:
id-token: write
environment:
name: pypi
url: https://pypi.org/p/skia-python/
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit a9ce10f

Please sign in to comment.