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 65ec2a7 commit 8fe10cbCopy full SHA for 8fe10cb
.github/workflows/CD-PyPi.yml
@@ -40,10 +40,12 @@ jobs:
40
python-version: "${{ vars.PYTHON_DEFAULT }}"
41
- name: Pre-Clean
42
id: clean
43
+ shell: bash
44
run: make -j1 -f Makefile purge 2>/dev/null || true
45
- name: Build
46
id: build
- run: make -j1 -f Makefile build
47
48
+ run: make -j1 -f Makefile dist
49
- name: Publish package distributions to PyPI
50
if: ${{ success() }}
51
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments