Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#85)
Browse files Browse the repository at this point in the history
Update GH Actions:

* Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 (#84)

Update `pre-commit` hooks.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
TEAM4-0 and dependabot[bot] committed Dec 1, 2022
1 parent bbd1804 commit 0991d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,15 @@ jobs:

- name: Publish package to TestPyPI
if: inputs.test && inputs.publish_on_pypi && inputs.python_package
uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.5.2
with:
user: __token__
password: ${{ secrets.PyPI_token }}
repository_url: https://test.pypi.org/legacy/

- name: Publish package to PyPI
if: ( ! inputs.test ) && inputs.publish_on_pypi && inputs.python_package
uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.5.2
with:
user: __token__
password: ${{ secrets.PyPI_token }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
# To get an overview of them all as well as the ones used here, please see
# https://github.com/pre-commit/pre-commit-hooks#hooks-available
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: debug-statements
Expand Down

0 comments on commit 0991d57

Please sign in to comment.