Skip to content

Commit

Permalink
fix(python): release
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#2472

Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Jan 2, 2024
1 parent 4215418 commit 278d10a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 63 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,22 @@ jobs:
permissions:
id-token: write
steps:
- name: Install poetry
shell: bash
run: pipx install poetry
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: 3.11.6
cache: 'poetry'

- name: intall dependencies
run: poetry install
- name: install poetry
shell: bash
run: pipx install poetry

- name: install dependencies
shell: bash
run: poetry install

- run: poetry build
- name: build client
run: poetry build
shell: bash

- name: Publish algoliasearch package to PyPI
Expand Down
23 changes: 0 additions & 23 deletions algoliasearch/.openapi-generator-ignore

This file was deleted.

32 changes: 0 additions & 32 deletions algoliasearch/.openapi-generator/FILES

This file was deleted.

1 change: 0 additions & 1 deletion algoliasearch/.openapi-generator/VERSION

This file was deleted.

0 comments on commit 278d10a

Please sign in to comment.