Skip to content

Commit

Permalink
Update release-pypi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkowallik authored Aug 2, 2024
1 parent 8c1f5cb commit b63b715
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
environment:
name: pypi
url: https://pypi.org/p/tmconfpy

permissions:
id-token: write

Expand All @@ -37,4 +38,7 @@ jobs:
run: poetry build

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
#verbose: true
print-hash: true

0 comments on commit b63b715

Please sign in to comment.