Skip to content

Commit

Permalink
das-node-29: comment tag
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Oct 7, 2024
1 parent efdf85a commit 3e2f1fa
Showing 1 changed file with 23 additions and 20 deletions.
43 changes: 23 additions & 20 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,34 @@
name: Publish to PyPI

on:
workflow_dispatch:
inputs:
version:
description: "Version"
required: true
push:
branches:
- das-node-29

# workflow_dispatch:
# inputs:
# version:
# description: "Version"
# required: true

jobs:
tag:
if: github.ref == 'refs/heads/master'
uses: singnet/das/.github/workflows/run-semver.yml@master
with:
version: ${{ github.event.inputs.version }}
version-strategy: bump-version-from-variable-value
job-image-namespace: trueagi
job-image-version-semver: semantic-versioning
main-branch: master
version-tag-regex-pattern: /^\d+\.\d+\.\d+$/
version-require-confirmation: "true"
title: New version of hyperon-das-node
deliverable: Library in PyPI named hyperon-das-node
secrets: inherit
# tag:
# uses: singnet/das/.github/workflows/run-semver.yml@master
# with:
# version: ${{ github.event.inputs.version }}
# version-strategy: bump-version-from-variable-value
# job-image-namespace: trueagi
# job-image-version-semver: semantic-versioning
# main-branch: master
# version-tag-regex-pattern: /^\d+\.\d+\.\d+$/
# version-require-confirmation: "true"
# title: New version of hyperon-das-node
# deliverable: Library in PyPI named hyperon-das-node
# secrets: inherit

build:
runs-on: ubuntu-22.04
needs: tag
# needs: tag
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout code
Expand Down

0 comments on commit 3e2f1fa

Please sign in to comment.