Skip to content

Commit 854a1cb

Browse files
authored
Merge pull request #1 from NetSPI/dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.0
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
2 parents e56ffa3 + 5bdb82d commit 854a1cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ jobs:
6767
- name: Publish to PyPI
6868
if: ${{ inputs.repository == 'pypi' }}
6969
# v1.13.0 (release/v1)
70-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
70+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
7171

7272
- name: Publish to TestPyPI
7373
if: ${{ inputs.repository == 'testpypi' }}
7474
# v1.12.4 (release/v1)
75-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
75+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
7676
with:
7777
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)