Skip to content

Commit 821e864

Browse files
authored
[skip ci] Update preview.yml
Fix warning message about snake case vs. kebab case for pypi publish action
1 parent b614dec commit 821e864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
with:
5959
user: __token__
6060
password: ${{ secrets.TEST_PYPI_API_TOKEN}}
61-
repository_url: https://test.pypi.org/legacy/
61+
repository-url: https://test.pypi.org/legacy/
6262
skip-existing: true

0 commit comments

Comments
 (0)