Skip to content

Commit 841c390

Browse files
Bump pypa/gh-action-pypi-publish
Bumps the github_actions group with 1 update in the /.github/workflows directory: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.4...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af36e10 commit 841c390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Build package
9393
run: python -m build
9494
- name: PyPI upload
95-
uses: pypa/gh-action-pypi-publish@v1.12.4
95+
uses: pypa/gh-action-pypi-publish@v1.13.0
9696
with:
9797
packages_dir: dist
9898
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)