Skip to content

Commit 6c13496

Browse files
committed
Test release publishing
Signed-off-by: kramaranya <kramaranya15@gmail.com>
1 parent b95afe5 commit 6c13496

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
environment:
9292
name: release
93-
url: https://pypi.org/project/kubeflow/
93+
url: https://pypi.org/project/kubeflow-test/
9494

9595
steps:
9696
- name: Download build artifacts

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# First CHANGELOG

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "kubeflow"
2+
name = "kubeflow-test"
33
dynamic = ["version"]
44
requires-python = ">=3.9"
55
authors = [

0 commit comments

Comments
 (0)