Skip to content

Commit 1bbcb18

Browse files
Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.13.0 (#133)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Hucka <[email protected]>
1 parent f53fe0e commit 1bbcb18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
path: wheelhouse/
104104

105105
- name: Publish package to testpypi
106-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
106+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
107107
with:
108108
repository_url: https://test.pypi.org/legacy/
109109
user: __token__
@@ -113,7 +113,7 @@ jobs:
113113

114114

115115
- name: Publish package to pypi
116-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
116+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
117117
with:
118118
user: __token__
119119
password: ${{ secrets.PYPI_TOKEN }}

.github/workflows/stable-release-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
path: wheelhouse/
104104

105105
- name: Publish package to testpypi
106-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
106+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
107107
with:
108108
repository_url: https://test.pypi.org/legacy/
109109
user: __token__
@@ -112,7 +112,7 @@ jobs:
112112
verbose: true
113113

114114
- name: Publish package to pypi
115-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
115+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
116116
with:
117117
user: __token__
118118
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)