Skip to content

Commit

Permalink
remove package install in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao-Chenguang committed Oct 22, 2024
1 parent ed88cc5 commit 9b66516
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .
pip install build
- name: Build package
run: python -m build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fedmind"
version = "0.1.2a1"
version = "0.1.3a1"
description = "Federated Learning research framework in your mind"
readme = "README.md"
requires-python = ">=3.12"
Expand Down

0 comments on commit 9b66516

Please sign in to comment.