Skip to content

Commit cb861c8

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#5)
* Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.10 to 1.8.11. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@b7f401d...2f6f737) --- 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> * Update description --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Linke <dr.david.linke@gmail.com>
1 parent 1c5b034 commit cb861c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ jobs:
5252
name: distribution-files
5353
path: dist
5454

55-
# pinned version 1.8.10 [2]
55+
# 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@b7f401de30cb6434a1e19f805ff006643653240e
58+
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
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@b7f401de30cb6434a1e19f805ff006643653240e
64+
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
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)