We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de7646 commit 4b60ed6Copy full SHA for 4b60ed6
.github/workflows/publish.yml
@@ -21,13 +21,7 @@ jobs:
21
# Issue ref: https://github.com/actions/setup-python/issues/436
22
# cache: "pip"
23
# cache-dependency-path: pyproject.toml
24
- - uses: actions/cache@v3
25
- id: cache
26
- with:
27
- path: ${{ env.pythonLocation }}
28
- key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
29
- name: Install build dependencies
30
- if: steps.cache.outputs.cache-hit != 'true'
31
run: pip install build
32
- name: Build distribution
33
run: python -m build
0 commit comments