Skip to content

Commit 60a494c

Browse files
authored
repository_url is deprecated, use repository-url
repository_url is deprecated, use repository-url instead , per https://github.com/pypa/gh-action-pypi-publish/blob/a3a3bafbb3e5a75a854ae1bc53ae128cf22c4af4/action.yml#L15
1 parent 7f438b0 commit 60a494c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: pypa/gh-action-pypi-publish@release/v1
3333
with:
3434
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
35-
repository_url: https://test.pypi.org/legacy/
35+
repository-url: https://test.pypi.org/legacy/
3636
- name: Publish distribution 📦 to PyPI
3737
if: startsWith(github.ref, 'refs/tags')
3838
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)