Skip to content

Commit 79c0741

Browse files
[DEPENDABOT]: Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.3
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.3 to 1.12.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.12.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f459be2 commit 79c0741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
poetry build --ansi
3030
3131
- name: Publish package on PyPI
32-
uses: pypa/gh-action-pypi-publish@v1.10.3
32+
uses: pypa/gh-action-pypi-publish@v1.12.3
3333
with:
3434
# TODO COOKIETEMPLE: Configure your PyPI Token to enable automatic deployment to PyPi on releases
3535
# https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets

0 commit comments

Comments
 (0)