-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamically update lib version and publish all plugins #364
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
0f1409a
Dynamically update lib version and publish all plugins
EngHabu 47621a7
fix twine upload to use testpypi
EngHabu a8da42b
update sed for linux
EngHabu 622b864
use test password
EngHabu 126e3c9
debug make target
EngHabu 82ec196
update version
EngHabu a5533a4
remove dep
EngHabu 9432a95
typo
EngHabu ead9d2b
avoid cd
EngHabu f6ba6a9
Use prod pypi
EngHabu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,12 @@ | |
|
||
plugin_requires = ["flytekit>=0.16.0b0,<1.0.0", "sagemaker-training>=3.6.2,<4.0.0"] | ||
|
||
__version__ = "develop" | ||
|
||
# TODO: move sagemaker install script here. | ||
setup( | ||
name=microlib_name, | ||
version="0.1.1", | ||
version=__version__, | ||
author="flyteorg", | ||
author_email="[email protected]", | ||
description="AWS Plugins for flytekit", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,11 @@ | |
|
||
plugin_requires = ["flytekit>=0.16.0b0,<1.0.0"] | ||
|
||
__version__ = "develop" | ||
|
||
setup( | ||
name=microlib_name, | ||
version="0.1.1", | ||
version=__version__, | ||
author="flyteorg", | ||
author_email="[email protected]", | ||
description="This package holds Hive plugins for flytekit", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,11 @@ | |
|
||
plugin_requires = ["flytekit>=0.16.0b0,<1.0.0"] | ||
|
||
__version__ = "develop" | ||
|
||
setup( | ||
name=microlib_name, | ||
version="0.1.1", | ||
version=__version__, | ||
author="flyteorg", | ||
author_email="[email protected]", | ||
description="K8s based Pytorch plugin for Flytekit", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,11 @@ | |
# TODO: Requirements are missing, add them back in later. | ||
plugin_requires = ["flytekit>=0.16.0b0,<1.0.0"] | ||
|
||
__version__ = "develop" | ||
|
||
setup( | ||
name=microlib_name, | ||
version="0.1.1", | ||
version=__version__, | ||
author="flyteorg", | ||
author_email="[email protected]", | ||
description="K8s based Tensorflow plugin for flytekit", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,11 @@ | |
|
||
plugin_requires = ["flytekit>=0.16.0b0,<1.0.0", "papermill>=1.2.0", "nbconvert>=6.0.7", "ipykernel>=5.0.0"] | ||
|
||
__version__ = "develop" | ||
|
||
setup( | ||
name=microlib_name, | ||
version="0.1.1", | ||
version=__version__, | ||
author="flyteorg", | ||
author_email="[email protected]", | ||
description="This is the flytekit papermill plugin", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,11 @@ | |
|
||
plugin_requires = ["flytekit>=0.16.0b0,<1.0.0", "k8s-proto>=0.0.3,<1.0.0"] | ||
|
||
__version__ = "develop" | ||
|
||
setup( | ||
name=microlib_name, | ||
version="0.1.1", | ||
version=__version__, | ||
author="flyteorg", | ||
author_email="[email protected]", | ||
description="Flytekit plugin to support K8s Pod tasks", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,11 @@ | |
|
||
plugin_requires = ["flytekit>=0.16.0b0,<1.0.0", "pyspark>=3.0.0"] | ||
|
||
__version__ = "develop" | ||
|
||
setup( | ||
name=microlib_name, | ||
version="0.1.1", | ||
version=__version__, | ||
author="flyteorg", | ||
author_email="[email protected]", | ||
description="Spark 3 plugin for flytekit", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,10 +35,11 @@ | |
"all": spark3 + all_but_spark, | ||
} | ||
|
||
__version__ = "develop" | ||
|
||
setup( | ||
name="flytekit", | ||
version="0.16.0b6", | ||
version=__version__, | ||
maintainer="Flyte Org", | ||
maintainer_email="[email protected]", | ||
packages=find_packages(exclude=["tests*"]), | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we ever have to worry about this becoming 3.9 given that numpy has incompatibilities with it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A fair concern... @wild-endeavor (since I copied this block)