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 61acbdf commit b47c5a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: ./.github/workflows/publish-pypi.yaml
with:
pypi_repository_url: https://test.pypi.org/legacy/
verbose: true
secrets:
pypi_api_login: __token__
pypi_api_password: ${{ secrets.PYPI_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
uses: ./.github/workflows/publish-pypi.yaml
with:
pypi_repository_url: https://upload.pypi.org/legacy/
verbose: true
attestations: false
secrets:
pypi_api_login: __token__
pypi_api_password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit b47c5a9

Please sign in to comment.