Skip to content

Commit

Permalink
remove build step in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiShi1313 committed Nov 27, 2023
1 parent ce9a7ed commit b3d014a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
[gcsim](https://github.com/genshinsim/gcsim) binary for pypi
# gcsim Binary for PyPI

This document provides guidelines for releasing the [gcsim](https://github.com/genshinsim/gcsim) binary to PyPI.

## Release Methods

There are three primary methods to release a new version of the gcsim binary to PyPI:

1. **Automated Weekly Releases**: The release workflow is automatically executed every Sunday.
2. **Manual Workflow Trigger**: You can manually initiate the release workflow as needed.
3. **Creating a Release**: Opt to create a release through GitHub, which triggers the release process.

## Important Considerations

Before manually and locally publishing a release, it's crucial to run the `scripts.py` file to ensure all necessary preparations are complete. Use the following command:

```
python scripts.py
```
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ include = [
[tool.poetry.dependencies]
python = "^3.6"

[tool.poetry.build]
generate-setup-file = false
script = "scripts.py"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit b3d014a

Please sign in to comment.