Skip to content

Commit 9f34de3

Browse files
authored
Merge pull request #230 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 cb564b8 + 50c048c commit 9f34de3

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
@@ -102,7 +102,7 @@ jobs:
102102
name: python-package-distributions
103103
path: dist/
104104
- name: Publish distribution 📦 to PyPI
105-
uses: pypa/gh-action-pypi-publish@release/v1.12
105+
uses: pypa/gh-action-pypi-publish@release/v1.13
106106

107107
github-release:
108108
name: Publish GitHub Release
@@ -167,7 +167,7 @@ jobs:
167167
name: python-package-distributions
168168
path: dist/
169169
- name: Publish distribution 📦 to TestPyPI
170-
uses: pypa/gh-action-pypi-publish@release/v1.12
170+
uses: pypa/gh-action-pypi-publish@release/v1.13
171171
with:
172172
repository-url: https://test.pypi.org/legacy/
173173
skip-existing: true

0 commit comments

Comments
 (0)