Skip to content

Commit 063d533

Browse files
BOT: Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#54)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.10.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 937ae8f commit 063d533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: ls dist/ -l
9292

9393
- name: Publish to PyPI
94-
uses: pypa/[email protected].2
94+
uses: pypa/[email protected].3
9595
with:
9696
user: __token__
9797
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/sdist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Publish to TestPyPI
6060
if: ${{ github.event_name == 'push' }}
61-
uses: pypa/[email protected].2
61+
uses: pypa/[email protected].3
6262
with:
6363
user: __token__
6464
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)