Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <[email protected]>
  • Loading branch information
Gsantomaggio committed Dec 4, 2024
1 parent b47c5a9 commit f858d85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
poetry build
# retrieve your distributions here
- name: Publish package distributions to PyPI
uses: pypa/[email protected]
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
attestations: false



4 changes: 1 addition & 3 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
id-token: write
uses: ./.github/workflows/publish-pypi.yaml
with:
pypi_repository_url: https://upload.pypi.org/legacy/
verbose: true
attestations: false
pypi_repository_url: https://upload.pypi.org/legacy/
secrets:
pypi_api_login: __token__
pypi_api_password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit f858d85

Please sign in to comment.