Skip to content

Commit

Permalink
πŸ—“ Dec 18, 2024 10:18:47β€―PM
Browse files Browse the repository at this point in the history
πŸ’š build steps added/updated
  • Loading branch information
securisec committed Dec 19, 2024
1 parent 50a72bd commit 36d1910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_multi_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -32,7 +32,7 @@ jobs:
pip install mypy # Install mypy
- name: generate .pyi files using stubgen
run: |
python -m mypy.stubgen --output ./ --package ripgrepy # Generate stub files
stubgen --output ./ --package ripgrepy # Generate stub files
- name: build
run: |
python setup.py sdist
Expand Down

0 comments on commit 36d1910

Please sign in to comment.