Skip to content

Commit 69ca870

Browse files
committed
maint(ci): update repository-url key field
1 parent ae648d6 commit 69ca870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
user: __token__
4444
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
45-
repository_url: https://test.pypi.org/legacy/
45+
repository-url: https://test.pypi.org/legacy/
4646
- name: Publish to PyPi
4747
if: startsWith(github.ref, 'refs/tags')
4848
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)