Skip to content

Commit

Permalink
Use PyPI's new trusted publishing (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Nov 15, 2023
1 parent 476f5ef commit 1aba10c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/deployment@16317a64109e3a2f8351ec767bfad16bd78007c0 # v0
- uses: paddyroddy/.github/actions/python/deployment@cb2aa7136f05f811c95116b2fb404a7f299102d9 # v0
with:
pypi-api-token: ${{ secrets.PYPI_API_TOKEN }}
pyproject-toml: ./pyproject.toml
python-version: "3.11"
test-pypi-api-token: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 comments on commit 1aba10c

Please sign in to comment.