CI Update
Build and Release / run-terraform (push) Successful in 41s Details

This commit is contained in:
jfm 2024-04-30 11:15:21 +02:00
parent cb5218e687
commit 19f3da6588
1 changed files with 8 additions and 0 deletions

View File

@ -27,4 +27,12 @@ jobs:
git config --global user.name 'Gitea Actions'
git config --global user.email 'gitea@gitea.moerks.dk'
pipenv run bumpver update --minor
- name: Build Package
run: pipenv run python -m build
- name: Publish Package
run: |
export TWINE_USERNAME=${{ secrets.TWINE_USER }}
export TWINE_PASSWORD=${{ secrets.TWINE_PASS }}
export TWINE_REPOSITORY_URL=${{ secrets.TWINE_REPO }}
pipenv run twine upload dist/*