Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 95b557c

Browse files
chore(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.6.5
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.4 to 1.6.5. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.6.4...v1.6.5) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa985de commit 95b557c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
poetry build --ansi
3434
3535
- name: Publish package on PyPI
36-
uses: pypa/gh-action-pypi-publish@v1.6.4
36+
uses: pypa/gh-action-pypi-publish@v1.6.5
3737
with:
3838
user: __token__
3939
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)