Skip to content

Commit

Permalink
remove check version
Browse files Browse the repository at this point in the history
  • Loading branch information
gofenix committed Aug 18, 2023
1 parent 4981f07 commit 35a4f11
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/python-sdk-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: "Run Python SDK Publish"

on:
workflow_dispatch:
push:

jobs:
release:
Expand All @@ -20,12 +19,6 @@ jobs:
run: poetry build
working-directory: ./ecosystem/python/sdk

- name: Check Version
id: check-version
run: |
[[ "$(poetry version --short)" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] && [[ $(grep $(poetry version --short) CHANGELOG.md) =~ $(poetry version --short) ]] || echo prerelease=true >> $GITHUB_OUTPUT
working-directory: ./ecosystem/python/sdk

- name: Publish to PyPI
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 35a4f11

Please sign in to comment.