Skip to content

Commit abc52e9

Browse files
Bump pypa/gh-action-pypi-publish in the github-actions group
Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.14.1 to 1.14.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.14.1...v1.14.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2233784 commit abc52e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_n_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build packages to be uploaded
2424
run: python -m build
2525
- name: pypi-publish
26-
uses: pypa/gh-action-pypi-publish@v1.14.1
26+
uses: pypa/gh-action-pypi-publish@v1.14.2
2727
with:
2828
password: ${{ secrets.PYPI_API_TOKEN }}
2929
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)