Skip to content

Commit 9c3a11a

Browse files
authored
Remove poetry publish step in nextrelease
1 parent 3b121c9 commit 9c3a11a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/nextrelease.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ jobs:
1818
prepare_cmd: |
1919
sed -i -e "s/version = \"[^\"]*\"/version = \"$VERSION\"/g" pyproject.toml
2020
publish_cmd: |
21-
pip3 install -U pip poetry && poetry publish --build --no-interaction
2221
git tag -a v$VERSION_MAJOR -m v$VERSION_MAJOR -f && git push origin v$VERSION_MAJOR -f
2322
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)