We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766c728 commit 9b3b1d3Copy full SHA for 9b3b1d3
.github/workflows/pythontests.yml
@@ -35,7 +35,6 @@ jobs:
35
run: |
36
python -m pip install -U pip # to ensure version > 20 to have cache dir
37
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
38
- echo "dir=$(pip cache dir)" >> $env:GITHUB_OUTPUT
39
- name: pip cache
40
uses: actions/cache@v4
41
with:
setup.cfg
@@ -1,5 +1,5 @@
1
[metadata]
2
-description-file = README.md
+description_file = README.md
3
license_files = LICENSE
4
[bdist_wheel]
5
universal=0
0 commit comments