mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 09:11:03 +02:00
Add PyPI publication for 0.12
This commit is contained in:
parent
a3609f03c2
commit
b68cfaf265
1 changed files with 7 additions and 2 deletions
9
.github/workflows/release.yaml
vendored
9
.github/workflows/release.yaml
vendored
|
|
@ -4,8 +4,8 @@ name: Build
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
# branches:
|
||||
# -
|
||||
branches:
|
||||
- release/v0.12
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
|
||||
name: Build everything
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: release
|
||||
|
||||
steps:
|
||||
|
||||
|
|
@ -45,3 +47,6 @@ jobs:
|
|||
- name: Build container
|
||||
run: make container
|
||||
|
||||
- name: Publish release distributions to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue