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.
2 parents 3411fd9 + c851e3e commit 2a67bd1Copy full SHA for 2a67bd1
.github/workflows/pypi-publish.yml
@@ -27,16 +27,7 @@ jobs:
27
run: python -m pip install --upgrade pip build
28
- name: Build Python distribution
29
working-directory: .
30
- run: |
31
- rm -rf dist
32
- python -m build
33
- pushd dist >/dev/null || exit
34
- distrib=$(ls *.tar); distrib=${distrib/.tar/}
35
- mkdir -p ${distrib}
36
- cp ../requirements.txt ${distrib}
37
- tar rvf ${distrib}.tar ${distrib}/requirements.txt && gzip ${distrib}.tar
38
- rm -fr ${distrib}
39
- popd >/dev/null || exit
+ run: python -m build
40
- name: Publish a Python distribution to PyPI
41
uses: pypa/[email protected]
42
with:
0 commit comments