Skip to content

Commit f7f0bf4

Browse files
committed
Fix GHA warning
1 parent 92f5eec commit f7f0bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: pypa/gh-action-pypi-publish@release/v1
6464
with:
6565
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
66-
repository_url: https://test.pypi.org/legacy/
66+
repository-url: https://test.pypi.org/legacy/
6767

6868
# Upload to real PyPI on GitHub Releases.
6969
release-pypi:

0 commit comments

Comments
 (0)