Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit ca42d2d

Browse files
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 59398ab commit ca42d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
name: releases
7979
path: dist
8080
- name: Publish package to PyPI
81-
uses: pypa/[email protected].0
81+
uses: pypa/[email protected].1
8282
with:
8383
user: __token__
8484
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)