Skip to content

Commit 714494b

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#2890)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.2...v1.12.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6fd846 commit 714494b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pkg.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- run: ls -lh dist/
6868
# We do this, since failures on test.pypi aren't that bad
6969
- name: Publish to Test PyPI
70-
uses: pypa/gh-action-pypi-publish@v1.12.2
70+
uses: pypa/gh-action-pypi-publish@v1.12.3
7171
with:
7272
user: __token__
7373
password: ${{ secrets.test_pypi_password }}
@@ -94,7 +94,7 @@ jobs:
9494
path: dist
9595
- run: ls -lh dist/
9696
- name: Publish distribution 📦 to PyPI
97-
uses: pypa/gh-action-pypi-publish@v1.12.2
97+
uses: pypa/gh-action-pypi-publish@v1.12.3
9898
with:
9999
user: __token__
100100
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)