forked from orbit-oss/flask
Merge branch '2.3.x'
This commit is contained in:
commit
d0bf462866
2 changed files with 3 additions and 8 deletions
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
|
|
@ -65,8 +65,8 @@ jobs:
|
||||||
# Try uploading to Test PyPI first, in case something fails.
|
# Try uploading to Test PyPI first, in case something fails.
|
||||||
- uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
|
- uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
|
||||||
with:
|
with:
|
||||||
repository_url: https://test.pypi.org/legacy/
|
repository-url: https://test.pypi.org/legacy/
|
||||||
packages_dir: artifact/
|
packages-dir: artifact/
|
||||||
- uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
|
- uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
|
||||||
with:
|
with:
|
||||||
packages_dir: artifact/
|
packages-dir: artifact/
|
||||||
|
|
|
||||||
5
.github/workflows/tests.yaml
vendored
5
.github/workflows/tests.yaml
vendored
|
|
@ -42,11 +42,6 @@ jobs:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
cache-dependency-path: 'requirements/*.txt'
|
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
|
- name: cache mypy
|
||||||
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue