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 0aeb7c6 commit 5fed269Copy full SHA for 5fed269
.github/workflows/wheels.yml
@@ -1,6 +1,8 @@
1
name: Wheels
2
3
on:
4
+ # temporarily add PR for this PR to test
5
+ pull_request:
6
push:
7
branches:
8
- main
@@ -28,10 +30,10 @@ jobs:
28
30
- name: Install dependencies
29
31
run: |
32
python -m pip install --upgrade pip
- pip install setuptools twine wheel
33
+ pip install setuptools twine wheel build
34
- name: Build a source distribution and a wheel
35
- python setup.py sdist bdist_wheel
36
+ python -m build --sdist --wheel
37
python -m twine check --strict dist/*
38
- name: Upload artifacts
39
uses: actions/upload-artifact@v4
0 commit comments