Skip to content

Commit 8b374f6

Browse files
ci(deps): bump pypa/gh-action-pypi-publish@release/v1.12
Bumps [pypa/gh-action-pypi-publish@release/v1.12](https://github.com/pypa/gh-action-pypi-publish) from 1.12 to 1.13. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@release/v1.12...release/v1.13) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish@release/v1.12 dependency-version: '1.13' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10f08e5 commit 8b374f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- run: poetry build
3232
# From https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi-and-testpypi
3333
- name: Publish distribution 📦 to PyPI
34-
uses: pypa/gh-action-pypi-publish@release/v1.12
34+
uses: pypa/gh-action-pypi-publish@release/v1.13
3535
with:
3636
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)