Skip to content

Commit 3b3de4b

Browse files
Bump pypa/gh-action-pypi-publish (#166)
Bumps the github_actions group with 1 update in the /.github/workflows directory: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.8.10 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.10...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e81d4fa commit 3b3de4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
path: dist
6464
merge-multiple: true
65-
- uses: "pypa/gh-action-pypi-publish@v1.8.10"
65+
- uses: "pypa/gh-action-pypi-publish@v1.13.0"
6666
with:
6767
user: __token__
6868
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)