Skip to content

Commit 3a630c5

Browse files
authored
debug: run a verbose test pypi release to see the errors (#1927)
* debug: run a verbose test pypi release to see the errors * fix: replace deprecated repository_url by repository-url
1 parent ab9a69b commit 3a630c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
github.event_name == 'release'
4545
uses: pypa/gh-action-pypi-publish@release/v1
4646
with:
47+
verbose: true
4748
password: ${{ secrets.testpypi_password }}
48-
repository_url: https://test.pypi.org/legacy/
49+
repository-url: https://test.pypi.org/legacy/
4950

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

0 commit comments

Comments
 (0)