Skip to content

Commit

Permalink
Tar-ball now has underscore like the wheel
Browse files Browse the repository at this point in the history
Something changed in the pip/setuptools/wheel ecosystem.
  • Loading branch information
peterjc committed May 14, 2024
1 parent 8a84fda commit 7eafeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: |
# Unpack the tests from the sdist tar-ball
# (want to confirm the manifest was complete)
tar -zxvf dist/flake8-black-*.tar.gz
tar -zxvf dist/flake8_black-*.tar.gz
cd flake8-black-*/tests/
WIN="$([ "$RUNNER_OS" == "Windows" ];echo $?)" bash ./run_tests.sh

0 comments on commit 7eafeea

Please sign in to comment.