mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-04-29 10:56:36 +02:00
Add comprehensive documentation for flakestorm
- Introduced multiple new documents including API Specification, Configuration Guide, Contributing Guide, Developer FAQ, Implementation Checklist, Module Documentation, Publishing Guide, Test Scenarios, Testing Guide, and Usage Guide. - Each document provides detailed instructions, examples, and best practices for using and contributing to flakestorm. - Enhanced overall project documentation to support users and developers in understanding and utilizing the framework effectively.
This commit is contained in:
parent
69e0f8deeb
commit
ee10da0b97
10 changed files with 124 additions and 134 deletions
|
|
@ -228,21 +228,21 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
|
||||
- name: Install build tools
|
||||
run: pip install build twine
|
||||
|
||||
|
||||
- name: Build package
|
||||
run: python -m build
|
||||
|
||||
|
||||
- name: Check package
|
||||
run: twine check dist/*
|
||||
|
||||
|
||||
- name: Publish to PyPI
|
||||
env:
|
||||
TWINE_USERNAME: __token__
|
||||
|
|
@ -537,4 +537,3 @@ Just create a release on GitHub and everything happens automatically!
|
|||
---
|
||||
|
||||
*Happy publishing! 🚀*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue