Skip to content

Commit f182ffd

Browse files
committed
MNT handle deprecation in publish action (#366)
1 parent 9ea5656 commit f182ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
user: __token__
4040
password: ${{ secrets.TEST_PYPI_TOKEN }}
41-
repository_url: https://test.pypi.org/legacy/
41+
repository-url: https://test.pypi.org/legacy/
4242
if: ${{ github.event.inputs.pypi_repo == 'testpypi' }}
4343

4444
- name: Publish package to PyPI

0 commit comments

Comments
 (0)