1 parent aa34a68 commit 6eaf2c1Copy full SHA for 6eaf2c1
1 file changed
.github/workflows/test-source-dist.yml
@@ -112,7 +112,8 @@ jobs:
112
shell: bash -l {0}
113
working-directory: ${{ github.workspace }}/main
114
run: |
115
- python setup.py sdist
+ # Previously 'python setup.py sdist', but this is now deprecated
116
+ python -m build
117
# Get the cf-python version and put it in an environment variable for
118
# the next step (only available in steps subsequent to one set in).
119
echo "CF_VERSION=$(python setup.py --version 2> /dev/null)" >> $GITHUB_ENV
0 commit comments