Skip to content

Commit

Permalink
Merge branch 'master' into tox-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tnixon committed Jul 11, 2024
2 parents 8ffdce7 + ef6456e commit fb17a8b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ on:
jobs:
release:
runs-on: ubuntu-latest
environment: release
permissions:
# Used to authenticate to PyPI via OIDC and sign the release's artifacts with sigstore-python.
id-token: write
# Used to attach signing artifacts to the published release.
contents: write

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -33,8 +40,6 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
if: startsWith(github.ref, 'refs/tags/v')
with:
user: __token__
password: ${{ secrets.LABS_PYPI_TOKEN }}
packages-dir: python/dist/

docs:
Expand Down

0 comments on commit fb17a8b

Please sign in to comment.