Skip to content

Commit c3d678b

Browse files
dependabot[bot]movermeyer
authored andcommitted
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.12.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e7dc0db commit c3d678b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
path: dist/
226226

227227
- name: Publish package to TestPyPI
228-
uses: pypa/gh-action-pypi-publish@v1.11.0
228+
uses: pypa/gh-action-pypi-publish@v1.12.2
229229
with:
230230
repository-url: https://test.pypi.org/legacy/
231231
attestations: true
@@ -328,6 +328,6 @@ jobs:
328328
path: dist/
329329

330330
- name: Publish package to PyPI
331-
uses: pypa/gh-action-pypi-publish@v1.11.0
331+
uses: pypa/gh-action-pypi-publish@v1.12.2
332332
with:
333333
attestations: true

0 commit comments

Comments
 (0)