Skip to content

Commit

Permalink
πŸ’š ci: fix checking out (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn authored Mar 7, 2024
1 parent 6ebc4cc commit 10fbd1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- uses: pdm-project/setup-pdm@v4
- name: Publish package distributions to PyPI
run: pdm publish

0 comments on commit 10fbd1b

Please sign in to comment.