Skip to content

Commit

Permalink
Merge branch 'home-assistant-libs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiePhonic authored Sep 17, 2024
2 parents e235efe + 911bb66 commit fea460a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fi
fi
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install build
Expand All @@ -54,7 +54,7 @@ jobs:
run: >-
python3 -m build
- name: Publish release to PyPI
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check out code from GitHub
uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: "3.12"
- name: Install dependencies
Expand All @@ -41,7 +41,7 @@ jobs:
# - name: Check out code from GitHub
# uses: actions/[email protected]
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v5.1.1
# uses: actions/setup-python@v5.2.0
# with:
# python-version: ${{ matrix.python-version }}
# - name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test = [
"mypy==1.11.2",
"pre-commit==3.8.0",
"pre-commit-hooks==4.6.0",
"pytest==8.3.2",
"pytest==8.3.3",
"pytest-asyncio==0.24.0",
"pytest-aiohttp==1.0.5",
"pytest-cov==5.0.0",
Expand Down

0 comments on commit fea460a

Please sign in to comment.