mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
ci: add flow to release workflow
This commit is contained in:
parent
2bc512314b
commit
64d55811a2
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -9,12 +9,17 @@ permissions:
|
|||
contents: write
|
||||
|
||||
jobs:
|
||||
run-tests:
|
||||
uses: ./.github/workflows/test.yml
|
||||
|
||||
build-n-publish:
|
||||
needs: run-tests
|
||||
permissions:
|
||||
id-token: write
|
||||
uses: ./.github/workflows/pypi.yml
|
||||
|
||||
create-release:
|
||||
needs: build-n-publish
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue