File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " stackit-core"
3- version = " v0.0.1a5 "
3+ version = " v0.0.1a6 "
44authors = [" STACKIT Developer Tools <developer-tools@stackit.cloud>" ]
55description = " Core functionality for the STACKIT SDK for Python"
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ for file in $(git diff --name-only HEAD~1..HEAD | grep pyproject.toml); do
1414 echo " Tag '$expected_tag ' does not exist. Creating new tag to trigger release."
1515 git tag -a $expected_tag -m " Release $version "
1616 git push origin tag $expected_tag
17+ cd $dirpath
1718 poetry publish --build --username=" __token__" --no-interaction --password=" $PYPI_TOKEN "
19+ cd $GITHUB_WORKSPACE
1820 fi
1921done
You can’t perform that action at this time.
0 commit comments