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 3cb3bd8 commit e7336bdCopy full SHA for e7336bd
.github/workflows/test_and_release.yml
@@ -35,17 +35,17 @@ jobs:
35
runs-on: ubuntu-latest
36
steps:
37
- uses: actions/checkout@v2
38
- - name: Set up Python 3.7
+ - name: Set up Python 3.11
39
uses: actions/setup-python@v2
40
with:
41
- python-version: 3.7
+ python-version: 3.11
42
- name: Install deps
43
run: |
44
python -m pip install --upgrade pip
45
pip install setuptools wheel twine
46
- name: Build a binary wheel and a source tarball
47
48
- python setup.py sdist bdist_wheel
+ python -m build
49
- name: Publish distribution 📦 to PyPI
50
env:
51
TWINE_USERNAME: __token__
0 commit comments