Skip to content

Commit

Permalink
Create MANIFEST file
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Aug 20, 2024
1 parent 80d46a7 commit 0aeb65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python -m pip install --upgrade pip
pip install .
- name: Create lock requirements file
run: pip freeze | grep -v "benchmarking-asv" > requirements.txt
run: pip list --format=freeze --exclude "benchmarking-asv" > requirements.txt
- name: Install dev dependencies
run: pip install .[dev]
- name: Run unit tests with pytest
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt

0 comments on commit 0aeb65f

Please sign in to comment.