Skip to content

Commit 93223ad

Browse files
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@37f50c2...d7edd4c) --- 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]>
1 parent 8d29c1e commit 93223ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build package
3131
run: python -m build
3232
- name: Publish package
33-
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f
33+
uses: pypa/gh-action-pypi-publish@d7edd4c95736a5bc1260d38b5523f5d24338bc25
3434
with:
3535
user: __token__
3636
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)