Skip to content

Commit dafa2a1

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows
Bumps [pypa/gh-action-pypi-publish](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8c4d75 commit dafa2a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: .
3030
run: python -m build
3131
- name: Publish a Python distribution to PyPI
32-
uses: pypa/gh-action-pypi-publish@v1.12.4
32+
uses: pypa/gh-action-pypi-publish@v1.13.0
3333
with:
3434
user: __token__
3535
password: ${{ secrets.PYPI_API_KEY }}

0 commit comments

Comments
 (0)