Skip to content

Commit cf35911

Browse files
committed
wip for testing
1 parent 9409627 commit cf35911

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

.github/workflows/release.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,22 @@ jobs:
8282
name: rogue-ai-sdk-package
8383
path: ./dist/rogue-ai-sdk
8484

85-
- name: Prepare Pypi release - sdk package
86-
id: prepare_pypi_sdk
87-
uses: ./.github/actions/prepare-pypi
88-
with:
89-
dist_dir: "./dist/rogue-ai-sdk"
90-
package_name: "rogue-ai-sdk"
91-
workdir: "sdks/python"
92-
93-
- name: Publish to PyPI - sdk package
94-
if: steps.prepare_pypi_sdk.outputs.version_exists == 'false'
95-
uses: pypa/gh-action-pypi-publish@release/v1
96-
env:
97-
name: "pypi"
98-
url: "https://pypi.org/p/rogue-ai-sdk"
99-
with:
100-
packages-dir: "./dist/rogue-ai-sdk"
85+
# - name: Prepare Pypi release - sdk package
86+
# id: prepare_pypi_sdk
87+
# uses: ./.github/actions/prepare-pypi
88+
# with:
89+
# dist_dir: "./dist/rogue-ai-sdk"
90+
# package_name: "rogue-ai-sdk"
91+
# workdir: "sdks/python"
92+
93+
# - name: Publish to PyPI - sdk package
94+
# if: steps.prepare_pypi_sdk.outputs.version_exists == 'false'
95+
# uses: pypa/gh-action-pypi-publish@release/v1
96+
# env:
97+
# name: "pypi"
98+
# url: "https://pypi.org/p/rogue-ai-sdk"
99+
# with:
100+
# packages-dir: "./dist/rogue-ai-sdk"
101101

102102
publish_rogue_ai:
103103
runs-on: ubuntu-latest
@@ -116,21 +116,21 @@ jobs:
116116
name: rogue-ai-package
117117
path: ./dist/rogue-ai
118118

119-
- name: Prepare Pypi release - main package
120-
id: prepare_pypi_main
121-
uses: ./.github/actions/prepare-pypi
122-
with:
123-
dist_dir: "./dist/rogue-ai"
124-
package_name: "rogue-ai"
125-
126-
- name: Publish to PyPI - main package
127-
if: steps.prepare_pypi_main.outputs.version_exists == 'false'
128-
uses: pypa/gh-action-pypi-publish@release/v1
129-
env:
130-
name: "pypi"
131-
url: "https://pypi.org/p/rogue-ai"
132-
with:
133-
packages-dir: "./dist/rogue-ai"
119+
# - name: Prepare Pypi release - main package
120+
# id: prepare_pypi_main
121+
# uses: ./.github/actions/prepare-pypi
122+
# with:
123+
# dist_dir: "./dist/rogue-ai"
124+
# package_name: "rogue-ai"
125+
126+
# - name: Publish to PyPI - main package
127+
# if: steps.prepare_pypi_main.outputs.version_exists == 'false'
128+
# uses: pypa/gh-action-pypi-publish@release/v1
129+
# env:
130+
# name: "pypi"
131+
# url: "https://pypi.org/p/rogue-ai"
132+
# with:
133+
# packages-dir: "./dist/rogue-ai"
134134

135135
create_github_release:
136136
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)