diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 1b769eb..f0de0a9 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -5,6 +5,7 @@ on: jobs: format: + if: ${{ false }} # not ready yet name: Check formatting runs-on: ubuntu-latest steps: @@ -21,6 +22,7 @@ jobs: run: tox -e format lint: + if: ${{ false }} # not ready yet name: Lint runs-on: ubuntu-latest steps: @@ -37,6 +39,7 @@ jobs: run: tox -e lint typecheck: + if: ${{ false }} # not ready yet name: Type check runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 9a53b45..2090150 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Please check [this example](https://github.com/pnowosie/ifirma-api/blob/main/sam ## Special Thanks -- @DariuszAniszewski - [his project](https://github.com/DariuszAniszewski/python-ifirma) was an inspiration, -- @krystianmagdziarz - who helped and contribute to examples, -- @daneah for his amaizing book "Publishing Python Packages" which finally taugh me packaging mastery (or monkey-ry, choose most fitting) +- [Dariusz Aniszewski](https://github.com/DariuszAniszewski) - [his project](https://github.com/DariuszAniszewski) was an inspiration, +- [Krystian Magdziarz](https://github.com/krystianmagdziarz) - who helped and contribute to examples, +- [Dane Hillard](https://github.com/daneah) for his amaizing book "Publishing Python Packages" which finally taugh me packaging mastery (or monkey-ry, choose most fitting) + diff --git a/setup.cfg b/setup.cfg index 51f95e8..a16d299 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pnowosie.ifirma-api -version = 1.3.1 +version = 1.4.0 description = iFirma API client. long_description = file: README.md long_description_content_type = text/markdown