gcsim-pypi


Namegcsim-pypi JSON
Version 2.29.2 PyPI version JSON
download
home_pageNone
Summarygcsim binary for pypi
upload_time2024-11-19 07:19:01
maintainerNone
docs_urlNone
authorLei Shi
requires_python<4.0,>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "gcsim-pypi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Lei Shi",
    "author_email": "me@leishi.io",
    "download_url": "https://files.pythonhosted.org/packages/53/e5/e377473d99b90ed93984fdf019c1bb2fd38b71326638166020841564c869/gcsim_pypi-2.29.2.tar.gz",
    "platform": null,
    "description": "# gcsim Binary for PyPI\n\nThis document provides guidelines for releasing the [gcsim](https://github.com/genshinsim/gcsim) binary to PyPI.\n\n## Release Methods\n\nThere are three primary methods to release a new version of the gcsim binary to PyPI:\n\n1. **Automated Weekly Releases**: The release workflow is automatically executed every Sunday.\n2. **Manual Workflow Trigger**: You can manually initiate the release workflow as needed.\n3. **Creating a Release**: Opt to create a release through GitHub, which triggers the release process.\n\n## Important Considerations\n\nBefore 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:\n\n```\npython scripts.py\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "gcsim binary for pypi",
    "version": "2.29.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af2392b3559121cd94c46233d547bc3a0edb1cf5c8f97dec8ea6a8560fe9ee5e",
                "md5": "491c353d7f8ea3a0b340a199d4e713ef",
                "sha256": "33846c73acc14e56d30a6366d4f8df5579663d2c00f8f814d70452418838e84f"
            },
            "downloads": -1,
            "filename": "gcsim_pypi-2.29.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "491c353d7f8ea3a0b340a199d4e713ef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.6",
            "size": 87797584,
            "upload_time": "2024-11-19T07:18:54",
            "upload_time_iso_8601": "2024-11-19T07:18:54.075286Z",
            "url": "https://files.pythonhosted.org/packages/af/23/92b3559121cd94c46233d547bc3a0edb1cf5c8f97dec8ea6a8560fe9ee5e/gcsim_pypi-2.29.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53e5e377473d99b90ed93984fdf019c1bb2fd38b71326638166020841564c869",
                "md5": "237457cfbff26c27860d851071d15cd8",
                "sha256": "39acc676dc1f55057df7101cf31afd935a6c894163ca18cf48133907a14bed72"
            },
            "downloads": -1,
            "filename": "gcsim_pypi-2.29.2.tar.gz",
            "has_sig": false,
            "md5_digest": "237457cfbff26c27860d851071d15cd8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.6",
            "size": 87413503,
            "upload_time": "2024-11-19T07:19:01",
            "upload_time_iso_8601": "2024-11-19T07:19:01.463544Z",
            "url": "https://files.pythonhosted.org/packages/53/e5/e377473d99b90ed93984fdf019c1bb2fd38b71326638166020841564c869/gcsim_pypi-2.29.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 07:19:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gcsim-pypi"
}
        
Elapsed time: 0.72331s