summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-05-09 10:59:18 -0700
committerGitHub <noreply@github.com>2023-05-09 10:59:18 -0700
commitf7cac2c1505978a689a3a6a51272792e342bf986 (patch)
tree1ef467134c479b732340a1db0fd001b5ed4f8f90
parent9389b350a5a78c7f92922e5fe7a8b60e74ce568d (diff)
parent52666628b1c8028002c870d0e541d0915c99db01 (diff)
downloadwerkzeug-2.3.x.tar.gz
update workflows (#2699)2.3.x
-rw-r--r--.github/workflows/publish.yaml6
-rw-r--r--.github/workflows/tests.yaml5
2 files changed, 3 insertions, 8 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/
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 682e0744..0511785e 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -40,11 +40,6 @@ jobs:
python-version: ${{ matrix.python }}
cache: 'pip'
cache-dependency-path: 'requirements/*.txt'
- - name: update pip
- run: |
- pip install -U wheel
- pip install -U setuptools
- python -m pip install -U pip
- name: cache mypy
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
with: