summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-05-09 10:16:57 -0700
committerDavid Lord <davidism@gmail.com>2023-05-09 10:54:26 -0700
commitfa8a243d673259e605c03a9a9163ffc73880849b (patch)
tree1b7ee54e58da52731289b1cc60b42e1066352618
parent9389b350a5a78c7f92922e5fe7a8b60e74ce568d (diff)
downloadwerkzeug-fa8a243d673259e605c03a9a9163ffc73880849b.tar.gz
update publish parameter names
-rw-r--r--.github/workflows/publish.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index 45a9c51b..f5209f4e 100644
--- a/.github/workflows/publish.yaml
+++ b/.github/workflows/publish.yaml
@@ -65,8 +65,8 @@ jobs:
# Try uploading to Test PyPI first, in case something fails.
- uses: pypa/gh-action-pypi-publish@29930c9cf57955dc1b98162d0d8bc3ec80d9e75c
with:
- repository_url: https://test.pypi.org/legacy/
- packages_dir: artifact/
+ repository-url: https://test.pypi.org/legacy/
+ packages-dir: artifact/
- uses: pypa/gh-action-pypi-publish@29930c9cf57955dc1b98162d0d8bc3ec80d9e75c
with:
- packages_dir: artifact/
+ packages-dir: artifact/