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 4e093a2 commit fc01ff5Copy full SHA for fc01ff5
.github/workflows/wheels.yml
@@ -93,7 +93,7 @@ jobs:
93
steps:
94
- uses: actions/checkout@v4
95
- run: echo ${{ github.ref }}
96
- - run: python -m pip install build twine
+ - run: python -m pip install -U build twine packaging
97
- run: python -m build --sdist
98
- run: twine check --strict dist/*
99
- uses: actions/upload-artifact@v4
0 commit comments