Skip to content

Commit 87cf97a

Browse files
authored
Merge pull request #17 from pgq/dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.1
build(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1
2 parents 856e976 + 43068a5 commit 87cf97a

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
@@ -126,7 +126,7 @@ jobs:
126126
steps:
127127
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
128128
with: { name: "dist", path: "dist" }
129-
- uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
129+
- uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
130130

131131
publish-testpypi:
132132
if: ${{ contains(github.ref_name, '.dev') }}
@@ -139,6 +139,6 @@ jobs:
139139
steps:
140140
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
141141
with: { name: "dist", path: "dist" }
142-
- uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
142+
- uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
143143
with: { repository-url: "https://test.pypi.org/legacy/" }
144144

0 commit comments

Comments
 (0)