Skip to content

Commit e28b937

Browse files
authored
Merge pull request #162 from wilhelm-lab/dependabot/github_actions/development/pypa/gh-action-pypi-publish-1.12.3
[DEPENDABOT]: Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.3
2 parents b23b2b8 + 79c0741 commit e28b937

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)