File tree Expand file tree Collapse file tree 4 files changed +16
-9
lines changed Expand file tree Collapse file tree 4 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 11name : Build & Publish
22
3- on : workflow_call
3+ on :
4+ workflow_call :
5+ secrets :
6+ PYPI_TOKEN :
7+ required : true
48
59jobs :
610
Original file line number Diff line number Diff line change 2020 name : Continues Delivery
2121 needs : [ ci-job ]
2222 uses : nicoretti/python-toolbox/.github/workflows/build-and-publish.yml@main
23+ secrets :
24+ PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
25+
Original file line number Diff line number Diff line change 2424 branch : gh-pages
2525 folder : .html-documentation
2626 git-config-name : Github Action
27- git-config-email : opensource@exasol.com
27+ git-config-email : opensource@exasol.com
Original file line number Diff line number Diff line change 11Exasol Toolbox
22#####################
33
4- .. image :: https://img.shields.io/pypi/v/exasol-python- toolbox
5- :target: https://pypi.org/project/exasol-python- toolbox/
4+ .. image :: https://img.shields.io/pypi/v/exasol-toolbox
5+ :target: https://pypi.org/project/exasol-toolbox/
66 :alt: PyPI Version
77
8- .. image :: https://img.shields.io/pypi/pyversions/exasol-python- toolbox
9- :target: https://pypi.org/project/exasol-python- toolbox
8+ .. image :: https://img.shields.io/pypi/pyversions/exasol-toolbox
9+ :target: https://pypi.org/project/exasol-toolbox
1010 :alt: PyPI - Python Version
1111
1212.. image :: https://img.shields.io/badge/code%20style-black-000000.svg
@@ -29,8 +29,8 @@ Exasol Toolbox
2929 :target: https://opensource.org/licenses/MIT
3030 :alt: License
3131
32- .. image :: https://img.shields.io/github/last-commit/exasol/bucketfs- python
33- :target: https://pypi.org/project/exasol-bucketfs /
32+ .. image :: https://img.shields.io/github/last-commit/nicoretti/ python-toolbox
33+ :target: https://pypi.org/project/exasol-toolbox /
3434 :alt: Last Commit
3535
3636
@@ -70,4 +70,4 @@ Exasol Toolbox
7070 📚 Documentation
7171----------------
7272
73- The latest documentation can be found `here <TBD >`_.
73+ The latest documentation can be found `here <https://nicoretti.github.io/python-toolbox/index.html >`_.
You can’t perform that action at this time.
0 commit comments