CI Update
Build and Release / run-terraform (push) Successful in 41s
Details
Build and Release / run-terraform (push) Successful in 41s
Details
This commit is contained in:
parent
cb5218e687
commit
19f3da6588
|
@ -27,4 +27,12 @@ jobs:
|
||||||
git config --global user.name 'Gitea Actions'
|
git config --global user.name 'Gitea Actions'
|
||||||
git config --global user.email 'gitea@gitea.moerks.dk'
|
git config --global user.email 'gitea@gitea.moerks.dk'
|
||||||
pipenv run bumpver update --minor
|
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/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue