Skip to content

Commit

Permalink
Fix publish package step
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Jan 23, 2024
1 parent 558a2b0 commit 6f4b2a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
jobs:
build-n-publish:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/libpdf
permissions:
id-token: write

Expand All @@ -31,4 +34,4 @@ jobs:
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 6f4b2a3

Please sign in to comment.