Skip to content

Commit

Permalink
Remove poetry publish in nextrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Jan 29, 2024
1 parent 62b4f05 commit 2bce60e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nextrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ jobs:
export CHANGEDATE=$(date -d "+3 years" "+%Y-%m-%d")
sed -i -e "s/Change Date: .*/Change Date: $CHANGEDATE/g" LICENSE
publish_cmd: |
pip3 install -U pip poetry && poetry publish --build --no-interaction
git tag -a v$VERSION_MAJOR -m v$VERSION_MAJOR -f && git push origin v$VERSION_MAJOR -f
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2bce60e

Please sign in to comment.