Skip to content

Commit 2880dba

Browse files
committed
Update workflows
1 parent ed86ac1 commit 2880dba

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Build & Publish
22

3-
on: workflow_call
3+
on:
4+
workflow_call:
5+
secrets:
6+
PYPI_TOKEN:
7+
required: true
48

59
jobs:
610

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ jobs:
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+

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
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

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Exasol 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>`_.

0 commit comments

Comments
 (0)