diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 9592fcfb..b95bee75 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -52,6 +52,6 @@ jobs: - if: steps.changes.outputs.plugins == 'true' name: "Upload to PyPI" - uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0 + uses: pypa/gh-action-pypi-publish@release/v1 with: packages-dir: plugins/${{ matrix.plugin_name }}/dist \ No newline at end of file diff --git a/plugins/accelerated-moe/pyproject.toml b/plugins/accelerated-moe/pyproject.toml index 5d522425..c95794c5 100644 --- a/plugins/accelerated-moe/pyproject.toml +++ b/plugins/accelerated-moe/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "fms-acceleration-moe" -version = '0.0.1' +version = '0.1.0.dev' description = "FMS Acceleration Plugin for Mixture-of-Experts" authors = [ {name = "Fabian Lim", email = "flim@sg.ibm.com"}, diff --git a/plugins/accelerated-peft/pyproject.toml b/plugins/accelerated-peft/pyproject.toml index 35b26db1..e6e545c7 100644 --- a/plugins/accelerated-peft/pyproject.toml +++ b/plugins/accelerated-peft/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "fms-acceleration-peft" -version = '0.3.4.dev' +version = '0.3.5.dev' description = "FMS Acceleration for PeFT" authors = [ {name = "Fabian Lim", email = "flim@sg.ibm.com"}, diff --git a/plugins/framework/pyproject.toml b/plugins/framework/pyproject.toml index f9233264..c57e5f01 100644 --- a/plugins/framework/pyproject.toml +++ b/plugins/framework/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "fms-acceleration" -version = '0.4.0.dev' +version = '0.5.0.dev' description = "FMS Acceleration Plugin Framework" authors = [ {name = "Fabian Lim", email = "flim@sg.ibm.com"}, diff --git a/plugins/fused-ops-and-kernels/pyproject.toml b/plugins/fused-ops-and-kernels/pyproject.toml index 516b2756..5a003712 100644 --- a/plugins/fused-ops-and-kernels/pyproject.toml +++ b/plugins/fused-ops-and-kernels/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "fms-acceleration-foak" -version = '0.3.3.dev' +version = '0.4.0.dev' description = "FMS Acceleration using Fused Operations and Kernels" authors = [ {name = "Fabian Lim", email = "flim@sg.ibm.com"},