Skip to content

Commit 70ff7c3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
ls -alh dist
4444
4545
- name: publish to pypi
46-
uses: pypa/gh-action-pypi-publish@v1.4.1
46+
uses: pypa/gh-action-pypi-publish@v1.5.0
4747
if: startsWith(github.ref, 'refs/tags/')
4848
with:
4949
user: __token__

0 commit comments

Comments
 (0)