We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13deb9 commit 350ec40Copy full SHA for 350ec40
1 file changed
.github/workflows/python-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install setuptools wheel twine
+ pip install setuptools setuptools-scm wheel twine
25
- name: Build and publish
26
env:
27
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments