Skip to content

Commit

Permalink
chore: Enable pypi publish (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk authored Sep 24, 2024
1 parent 490c2fc commit 0c8144e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
fi
- name: Build project for distribution
run: poetry build
# - name: Publish package distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
6 changes: 3 additions & 3 deletions .github/workflows/release-cloud.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release to PyPI
name: Release Cloud SDK to PyPI

on:
release:
Expand Down Expand Up @@ -35,5 +35,5 @@ jobs:
fi
- name: Build project for distribution
run: poetry build
# - name: Publish package distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 0c8144e

Please sign in to comment.