Skip to content

Commit 29410e8

Browse files
authored
Merge pull request #143 from ssciwr/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows
2 parents 15d0afb + af67045 commit 29410e8

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
@@ -201,11 +201,11 @@ jobs:
201201
path: dist
202202

203203
- name: Upload to PyPI
204-
uses: pypa/gh-action-pypi-publish@v1.12.4
204+
uses: pypa/gh-action-pypi-publish@v1.13.0
205205
if: (startsWith(github.event.ref, 'refs/tags/')) || (github.event.inputs.deploy_to_testpypi == 'false')
206206

207207
- name: Upload to TestPyPI
208-
uses: pypa/gh-action-pypi-publish@v1.12.4
208+
uses: pypa/gh-action-pypi-publish@v1.13.0
209209
if: github.event.inputs.deploy_to_testpypi == 'true'
210210
with:
211211
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)