Skip to content

Commit 11e7b0a

Browse files
chore(deps): update python-semantic-release/publish-action action to v10 (#1352)
1 parent 3f1462b commit 11e7b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
uses: pypa/gh-action-pypi-publish@release/v1
9999
if: steps.release.outputs.released == 'true'
100100
- name: Publish package distributions to GitHub Releases
101-
uses: python-semantic-release/publish-action@v9
101+
uses: python-semantic-release/publish-action@v10
102102
if: steps.release.outputs.released == 'true'
103103
with:
104104
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)