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 a784b91 commit 203c1bfCopy full SHA for 203c1bf
.github/workflows/pythonpackage.yml
@@ -91,9 +91,9 @@ jobs:
91
with:
92
python-version: ${{ matrix.python-version }}
93
- name: Install build tools
94
- run: python -m pip install --upgrade pip setuptools wheel twine
+ run: python -m pip install build twine
95
- name: Build source and wheel distributions
96
- run: python setup.py sdist bdist_wheel
+ run: python -m build
97
- name: Check distributions
98
run: twine check dist/*
99
- uses: actions/upload-artifact@v2
0 commit comments