-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: 🧹 python.gitignore added Signed-off-by: Onuralp SEZER <[email protected]> * docs: 🧹 removal of old documents,packages,requirements Signed-off-by: Onuralp SEZER <[email protected]> * docs: ✨ mkdocs-material packages added as doc-dep Signed-off-by: Onuralp SEZER <[email protected]> * docs: ✨ initial mkdocs pages and documentation added, old docs removed Signed-off-by: Onuralp SEZER <[email protected]> * docs: ✨ set sphinx doc style as default Signed-off-by: Onuralp SEZER <[email protected]> * docs: ✨ decoders,exceptions,helper-functions,main-class,parsers,support-classes added Signed-off-by: Onuralp SEZER <[email protected]> * fix: 🐞 package typo fix Signed-off-by: Onuralp SEZER <[email protected]> * docs: ✨ home page, quickstart sections added Signed-off-by: Onuralp SEZER <[email protected]> * ci: 👷 docs workflow added Signed-off-by: Onuralp SEZER <[email protected]> * Apply my opinion --------- Signed-off-by: Onuralp SEZER <[email protected]> Co-authored-by: Marcelo Trylesinski <[email protected]>
- Loading branch information
1 parent
c69d603
commit 1474796
Showing
31 changed files
with
436 additions
and
2,019 deletions.
There are no files selected for viewing
File renamed without changes.
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 |
---|---|---|
|
@@ -26,17 +26,17 @@ jobs: | |
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.10" | ||
|
||
- name: Install dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install build | ||
pip install -e '.[docs]' | ||
- name: Build package | ||
run: python -m build | ||
|
||
- name: Publish package | ||
uses: pypa/[email protected] | ||
with: | ||
user: __token__ | ||
password: ${{ secrets.PYPI_API_TOKEN }} | ||
- name: Publish docs | ||
run: mkdocs gh-deploy --force |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.