Skip to content

Commit

Permalink
Unify PyPI release via GitHub OIDC (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored Jul 12, 2024
1 parent aae8bde commit f99882d
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/onrelease.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ on:

jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 1
matrix:
python-version: [ 3.8 ]
os: [ ubuntu-latest ]
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:
- name: Checkout
Expand Down Expand Up @@ -44,9 +45,3 @@ jobs:

- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.LABS_PYPI_TOKEN }}



0 comments on commit f99882d

Please sign in to comment.