Skip to content

Commit

Permalink
Use gh-action-pypi-publish instead of pdm publish to work-around "Fai…
Browse files Browse the repository at this point in the history
…led to get PyPI token via GitHub Actions OIDC"
  • Loading branch information
aeisenbarth committed Jun 28, 2024
1 parent df2824f commit de0413a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
uses: pdm-project/setup-pdm@v3
- name: Build
run: pdm build
- name: Publish
run: pdm publish --no-build
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit de0413a

Please sign in to comment.