Skip to content

Commit 82efff0

Browse files
authored
Merge pull request #179 from django-commons/dependabot/github_actions/pypa/gh-action-pypi-publishrelease/v1.10-1.12
⬆ Bump pypa/gh-action-pypi-publish@release/v1.10 from 1.10 to 1.12
2 parents 799abce + b5abb71 commit 82efff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
name: python-package-distributions
7373
path: dist/
7474
- name: Publish distribution 📦 to PyPI
75-
uses: pypa/gh-action-pypi-publish@release/v1.10
75+
uses: pypa/gh-action-pypi-publish@release/v1.12
7676

7777
github-release:
7878
name: Publish GitHub Release
@@ -136,7 +136,7 @@ jobs:
136136
name: python-package-distributions
137137
path: dist/
138138
- name: Publish distribution 📦 to TestPyPI
139-
uses: pypa/gh-action-pypi-publish@release/v1.10
139+
uses: pypa/gh-action-pypi-publish@release/v1.12
140140
with:
141141
repository-url: https://test.pypi.org/legacy/
142142
skip-existing: true

0 commit comments

Comments
 (0)