Skip to content

Commit

Permalink
workflows/release: use trusted publishing
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Mar 6, 2024
1 parent 0ce6423 commit 4d5dbc2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@ jobs:
cache-dependency-path: pyproject.toml

- name: deps
run: python -m pip install -U setuptools build wheel
run: python -m pip install -U build

- name: build
run: python -m build

- name: publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

- name: sign
uses: sigstore/[email protected]
Expand Down

0 comments on commit 4d5dbc2

Please sign in to comment.