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 91ca199 commit 9ceaf9dCopy full SHA for 9ceaf9d
.github/workflows/pythonpackage.yml
@@ -92,9 +92,9 @@ jobs:
92
with:
93
python-version: ${{ matrix.python-version }}
94
- name: Install build tools
95
- run: python -m pip install --upgrade pip setuptools wheel twine
+ run: python -m pip install build twine
96
- name: Build source and wheel distributions
97
- run: python setup.py sdist bdist_wheel
+ run: python -m build
98
- name: Check distributions
99
run: twine check dist/*
100
- uses: actions/upload-artifact@v2
.gitignore
@@ -129,4 +129,4 @@ dmypy.json
129
.pyre/
130
131
# Generated by flit_scm
132
-_versions.py
+_versions.py
0 commit comments