Skip to content

Commit

Permalink
debug: run a verbose test pypi release to see the errors (#1927)
Browse files Browse the repository at this point in the history
* debug: run a verbose test pypi release to see the errors

* fix: replace deprecated repository_url by repository-url
  • Loading branch information
studioj authored Nov 28, 2024
1 parent ab9a69b commit 3a630c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
password: ${{ secrets.testpypi_password }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

- name: Publish to pypi.org
if: >- # "create" workflows run separately from "push" & "pull_request"
Expand Down

0 comments on commit 3a630c5

Please sign in to comment.