Skip to content

Commit 2ed13ed

Browse files
Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.13.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@27b3170...ed0c539) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad3e2d3 commit 2ed13ed

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)