Skip to content

Commit f135a7e

Browse files
authored
Merge pull request #113 from Linuxfabrik/dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.0
chore(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.14.0
2 parents a901c55 + 8644d66 commit f135a7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: 'dist/'
5151

5252
- name: 'Publish to TestPyPI'
53-
uses: 'pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc' # v1.12.4
53+
uses: 'pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b' # v1.14.0
5454
with:
5555
repository-url: 'https://test.pypi.org/legacy/'
5656

@@ -71,4 +71,4 @@ jobs:
7171
path: 'dist/'
7272

7373
- name: 'Publish to PyPI'
74-
uses: 'pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc' # v1.12.4
74+
uses: 'pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b' # v1.14.0

0 commit comments

Comments
 (0)