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 4af07e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
- name: Publish naif_eop_high_prec to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
verbose: true

0 comments on commit 4af07e6

Please sign in to comment.