summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3a57278d..82285542 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@0bf742be3ebe032c25dd15117957dc15d0cfc38d
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@0bf742be3ebe032c25dd15117957dc15d0cfc38d
with:
- packages_dir: artifact/
+ packages-dir: artifact/
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 130b0ddb..18fb9c89 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: