-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update workflow and install method. * build(deps): update pyproject.toml * build(deps): update pyproject.toml
- Loading branch information
Showing
4 changed files
with
38 additions
and
10 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Release Checklist | ||
|
||
Please review the following items before approving the release: | ||
|
||
- [ ] Check the version number is correct | ||
- [ ] Verify that all tests have passed | ||
- [ ] Review the changelog for breaking changes | ||
- [ ] Confirm the package builds successfully | ||
- [ ] Check for any outstanding issues or pull requests | ||
- [ ] Ensure documentation is up-to-date | ||
|
||
Once you have reviewed and are ready to publish, approve this step to continue the release process. |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "dptb" | ||
version = "1.0.0" | ||
version = "2.0.0.b0" | ||
license = "LGPL-3.0" | ||
description = "A deep learning package for emperical tight-binding approach with first-principle accuracy." | ||
authors = ["Q. Gu <[email protected]>", "Z. Zhanghao <[email protected]>"] | ||
|