Skip to content

Commit d6d9a2f

Browse files
authored
Merge pull request #638 from expobrain/dependabot/github_actions/pypa/gh-action-pypi-publishrelease/v1.8-1.12
ci(deps): bump pypa/gh-action-pypi-publish@release/v1.8 from 1.8 to 1.12
2 parents 0b6f08e + f516354 commit d6d9a2f

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.8
34+
uses: pypa/gh-action-pypi-publish@release/v1.12
3535
with:
3636
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)