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.
2 parents b1a3a69 + 1b9e079 commit f56453fCopy full SHA for f56453f
1 file changed
.github/workflows/publishing.yml
@@ -46,7 +46,9 @@ jobs:
46
- uses: actions/setup-python@v4
47
with:
48
python-version: 3.12
49
- - run: python setup.py sdist
+ - run: |
50
+ python -m pip install --upgrade pip setuptools
51
+ python setup.py sdist
52
- uses: actions/upload-artifact@v3
53
54
path: ./dist/*
0 commit comments