Skip to content

Commit 581bd34

Browse files
authored
Update python-publish.yml
1 parent 9885228 commit 581bd34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
105105
CHANGELOG="$CHANGELOG
106106
107-
Full Changelog: [$LAST_TAG...$TAG](https://github.com/ydb-platform/ydb-sqlalchemy/compare/$LAST_TAG...$TAG)"
107+
Full Changelog: [$LAST_TAG...$TAG](https://github.com/ydb-platform/ydb-python-dbapi/compare/$LAST_TAG...$TAG)"
108108
if [ "$WITH_BETA" = true ]
109109
then
110110
gh release create --prerelease $TAG --title "$TAG" --notes "$CHANGELOG"
@@ -113,4 +113,4 @@ jobs:
113113
fi;
114114
115115
- name: Publish package
116-
uses: pypa/gh-action-pypi-publish@release/v1.8
116+
uses: pypa/gh-action-pypi-publish@release/v1.13

0 commit comments

Comments
 (0)