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 8f41ba7 commit 8a79750Copy full SHA for 8a79750
.github/workflows/publish.yml
@@ -17,6 +17,7 @@ jobs:
17
run: |
18
python -m pip install --upgrade pip
19
pip install twine build
20
+ pip install importlib_metadata==7.2.1
21
- name: Build and publish
22
env:
23
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments