Skip to content

Commit

Permalink
Set verbose to true in build-test-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
moeyensj committed Oct 30, 2024
1 parent 37e475d commit 64a9633
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/naif-eop-high-prec/
permissions:
id-token: write

Expand Down Expand Up @@ -34,4 +37,5 @@ jobs:
- name: Publish naif_eop_high_prec to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
attestations: true
verbose: true

0 comments on commit 64a9633

Please sign in to comment.