We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent bd164f9 commit f128956Copy full SHA for f128956
1 file changed
.github/workflows/release.yml
@@ -26,10 +26,10 @@ jobs:
26
with:
27
python-version: '3.x'
28
29
- - name: Generate Pacakge
+ - name: Generate Package
30
run: |
31
- pip3 install setuptools wheel
32
- python setup.py sdist bdist_wheel
+ pip3 install build
+ python -m build .
33
env:
34
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DOCKER: ${{ inputs.tag }}
35
0 commit comments