Skip to content

Commit c042222

Browse files
dependabot[bot]dalito
authored andcommitted
Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.8.12. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@2f6f737...e53eb8b) --- 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 739e953 commit c042222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
# version pinned by dependabot of [2]
5656
- name: Publish package 📦 to Test PyPI
5757
if: github.event_name == 'push'
58-
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
58+
uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06
5959
with:
6060
repository-url: https://test.pypi.org/legacy/
6161

6262
- name: Publish package 📦 to PyPI
6363
if: github.event_name == 'release'
64-
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
64+
uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06
6565

6666
# [1] https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
6767
# [2] https://github.com/pypa/gh-action-pypi-publish/

0 commit comments

Comments
 (0)