Skip to content

Commit b328085

Browse files
committed
Fixing deprecated yml key
1 parent 8cd50e4 commit b328085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_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

4747
# Configuring and attempting to install from TestPyPI
4848
- name: Test install from TestPyPI underscore

0 commit comments

Comments
 (0)