Skip to content

Commit d9b7f50

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69f5c59 commit d9b7f50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
run: uv build
2222

2323
- name: Publish to TestPyPI
24-
uses: pypa/gh-action-pypi-publish@v1.14.0
24+
uses: pypa/gh-action-pypi-publish@v1.14.1
2525
with:
2626
user: __token__
2727
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
2828
repository-url: https://test.pypi.org/legacy/
2929

3030
- name: Publish to PyPI
3131
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')
32-
uses: pypa/gh-action-pypi-publish@v1.14.0
32+
uses: pypa/gh-action-pypi-publish@v1.14.1
3333
with:
3434
user: __token__
3535
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)