Skip to content

Commit 3802000

Browse files
authored
adjusted deprecated repository_url with repository-url (#342)
1 parent 7836496 commit 3802000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypipublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: pypa/gh-action-pypi-publish@release/v1
3939
with:
4040
password: ${{ secrets.PYPI_TEST_KEY }}
41-
repository_url: https://test.pypi.org/legacy/
41+
repository-url: https://test.pypi.org/legacy/
4242
- name: Publish distribution 📦 to PyPI
4343
uses: pypa/gh-action-pypi-publish@release/v1
4444
with:

0 commit comments

Comments
 (0)