Skip to content

Commit

Permalink
chore: move to pypi trusted publishers
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Jul 18, 2024
1 parent d462c6b commit e83455b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: Release
on:
release:
types: [published]

jobs:
publid:
publish:
name: Build source dist
runs-on: ubuntu-latest
environment: pypi
steps:
- uses: actions/checkout@v4
- uses: pdm-project/setup-pdm@v4
Expand All @@ -21,5 +23,3 @@ jobs:
run: pdm build -d dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{secrets.PYPI_API_TOKEN}}

0 comments on commit e83455b

Please sign in to comment.