1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-08 00:49:42 +02:00

(v3.0.0.9022) postpone new features - we like a clearly focussed bugfix release first

This commit is contained in:
2025-09-03 15:39:44 +02:00
parent 0744c6feee
commit 3ba1b8a10a
14 changed files with 105 additions and 198 deletions

View File

@@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
env:
PYPI_PAT: ${{ secrets.PYPI_PAT }}
GH_REPO_SCOPE: ${{ secrets.GH_REPO_SCOPE }}
steps:
- name: Checkout code
@@ -63,4 +63,4 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
git add latest_training_data.txt
git commit -m "GPT training data update"
git push https://$PYPI_PAT@github.com/msberends/amr-for-r-assistant.git main --force
git push https://$GH_REPO_SCOPE@github.com/msberends/amr-for-r-assistant.git main --force