Metadata-Version: 2.1
Name: gcsim-pypi
Version: 2.12.0
Summary: gcsim binary for pypi
License: MIT
Author: Lei Shi
Author-email: me@leishi.io
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# 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
```
