Skip to content

Commit 5f051d2

Browse files
authored
Merge pull request #132 from django-commons/dependabot/github_actions/pypa/gh-action-pypi-publishrelease/v1.12-1.13
⬆ Bump pypa/gh-action-pypi-publish@release/v1.12 from 1.12 to 1.13
2 parents 3bbcc13 + 5478cd9 commit 5f051d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
name: python-package-distributions
105105
path: dist/
106106
- name: Publish distribution 📦 to PyPI
107-
uses: pypa/gh-action-pypi-publish@release/v1.12
107+
uses: pypa/gh-action-pypi-publish@release/v1.13
108108

109109
github-release:
110110
name: Publish GitHub Release
@@ -169,7 +169,7 @@ jobs:
169169
name: python-package-distributions
170170
path: dist/
171171
- name: Publish distribution 📦 to TestPyPI
172-
uses: pypa/gh-action-pypi-publish@release/v1.12
172+
uses: pypa/gh-action-pypi-publish@release/v1.13
173173
with:
174174
repository-url: https://test.pypi.org/legacy/
175175
skip-existing: true

0 commit comments

Comments
 (0)