Skip to content

Commit

Permalink
chore: env
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Dec 25, 2024
1 parent 5b0bc62 commit 8619073
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,11 @@ jobs:
with:
python-version: 3.13

- name: deps
- name: deps and build
run: |
python -m venv python-ci-run
source python-ci-run/bin/activate
pip3 install --upgrade pip
python -m pip install -U build
- name: build
run: python -m build
python -m build
- name: Publish algoliasearch package to PyPI
if: |
Expand Down

0 comments on commit 8619073

Please sign in to comment.