Skip to content

Commit abd320e

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.2 (#185)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.2 to 1.12.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 821dcca commit abd320e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
--outdir dist/
3030
.
3131
- name: Publish distribution 📦 to Test PyPI
32-
uses: pypa/gh-action-pypi-publish@v1.10.2
32+
uses: pypa/gh-action-pypi-publish@v1.12.2
3333
with:
3434
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3535
repository_url: https://test.pypi.org/legacy/
3636
- name: Publish distribution 📦 to PyPI
37-
uses: pypa/gh-action-pypi-publish@v1.10.2
37+
uses: pypa/gh-action-pypi-publish@v1.12.2
3838
with:
3939
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)