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 5363036 commit 2b39c35Copy full SHA for 2b39c35
.github/workflows/publish.yaml
@@ -15,13 +15,13 @@ jobs:
15
python-version: '3.x'
16
- name: Install dependencies
17
run: |
18
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip build
19
pip install build
20
- name: Verify setup
21
run: ./scripts/verify_setup.sh
22
shell: bash
23
- name: Build package
24
- run: python setup.py sdist
+ run: python -m build
25
- name: Publish package
26
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
27
with:
0 commit comments