Skip to content

Commit 7fc85ad

Browse files
committed
Use kebab style arg
Related: pypa/gh-action-pypi-publish#125
1 parent dc0b294 commit 7fc85ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
with:
187187
user: __token__
188188
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
189-
repository_url: https://test.pypi.org/legacy/
189+
repository-url: https://test.pypi.org/legacy/
190190

191191
## prod deploy ----
192192
- name: "Deploy to PyPI"

0 commit comments

Comments
 (0)