mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# -
|
- release/v0.12
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
@ -17,6 +17,8 @@ jobs:
|
||||||
|
|
||||||
name: Build everything
|
name: Build everything
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment:
|
||||||
|
name: release
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
@ -45,3 +47,6 @@ jobs:
|
||||||
- name: Build container
|
- name: Build container
|
||||||
run: make 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