Skip to content

Commit

Permalink
txt not text
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Aug 13, 2024
1 parent ec71b36 commit 602f868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python3.10 -m venv venv && source venv/bin/activate
python -m pip install --upgrade pip
python -m pip install build
python -m pip install -r requirements-dev.text
python -m pip install -r requirements-dev.txt
python -m build --sdist
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 602f868

Please sign in to comment.