We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95afe5 commit 6c13496Copy full SHA for 6c13496
.github/workflows/release.yml
@@ -90,7 +90,7 @@ jobs:
90
runs-on: ubuntu-latest
91
environment:
92
name: release
93
- url: https://pypi.org/project/kubeflow/
+ url: https://pypi.org/project/kubeflow-test/
94
95
steps:
96
- name: Download build artifacts
CHANGELOG.md
@@ -0,0 +1 @@
1
+# First CHANGELOG
pyproject.toml
@@ -1,5 +1,5 @@
[project]
2
-name = "kubeflow"
+name = "kubeflow-test"
3
dynamic = ["version"]
4
requires-python = ">=3.9"
5
authors = [
0 commit comments