Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e7336bd

Browse files
bkalashnikovbogdandm
bkalashnikov
authored andcommitted
Update release script
1 parent 3cb3bd8 commit e7336bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/test_and_release.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v2
38-
- name: Set up Python 3.7
38+
- name: Set up Python 3.11
3939
uses: actions/setup-python@v2
4040
with:
41-
python-version: 3.7
41+
python-version: 3.11
4242
- name: Install deps
4343
run: |
4444
python -m pip install --upgrade pip
4545
pip install setuptools wheel twine
4646
- name: Build a binary wheel and a source tarball
4747
run: |
48-
python setup.py sdist bdist_wheel
48+
python -m build
4949
- name: Publish distribution 📦 to PyPI
5050
env:
5151
TWINE_USERNAME: __token__

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /