mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-16 16:51:02 +02:00
Test bundle generation
This commit is contained in:
parent
948bfcf7d8
commit
9edcf6372e
1 changed files with 5 additions and 2 deletions
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
|
|
@ -47,6 +47,9 @@ jobs:
|
|||
# - name: Build container
|
||||
# run: make container
|
||||
|
||||
- name: Publish release distributions to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
# - name: Publish release distributions to PyPI
|
||||
# uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
||||
- name: Create deploy bundle
|
||||
run: templates/generate-all deploy.zip v${{ steps.version.outputs.VERSION }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue