Skip to content

Commit

Permalink
ci: trusted publishing (#40)
Browse files Browse the repository at this point in the history
* trusted publishing

* wip
  • Loading branch information
jnumainville authored May 29, 2024
1 parent 3e67848 commit 5229be7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
permissions:
id-token: write
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -52,6 +54,3 @@ jobs:

- uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
with:
user: __token__
password: ${{ secrets.DEEPHAVENIPYWIDGETS_PYPI_TOKEN }}

0 comments on commit 5229be7

Please sign in to comment.