We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9885228 commit 581bd34Copy full SHA for 581bd34
.github/workflows/python-publish.yml
@@ -104,7 +104,7 @@ jobs:
104
105
CHANGELOG="$CHANGELOG
106
107
- Full Changelog: [$LAST_TAG...$TAG](https://github.com/ydb-platform/ydb-sqlalchemy/compare/$LAST_TAG...$TAG)"
+ Full Changelog: [$LAST_TAG...$TAG](https://github.com/ydb-platform/ydb-python-dbapi/compare/$LAST_TAG...$TAG)"
108
if [ "$WITH_BETA" = true ]
109
then
110
gh release create --prerelease $TAG --title "$TAG" --notes "$CHANGELOG"
@@ -113,4 +113,4 @@ jobs:
113
fi;
114
115
- name: Publish package
116
- uses: pypa/gh-action-pypi-publish@release/v1.8
+ uses: pypa/gh-action-pypi-publish@release/v1.13
0 commit comments