Sebastián Ramírez
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
6 deletions
-
.github/workflows/publish.yml
|
@ -21,13 +21,7 @@ jobs: |
|
|
# Issue ref: https://github.com/actions/setup-python/issues/436 |
|
|
# Issue ref: https://github.com/actions/setup-python/issues/436 |
|
|
# cache: "pip" |
|
|
# cache: "pip" |
|
|
# cache-dependency-path: pyproject.toml |
|
|
# cache-dependency-path: pyproject.toml |
|
|
- uses: actions/cache@v3 |
|
|
|
|
|
id: cache |
|
|
|
|
|
with: |
|
|
|
|
|
path: ${{ env.pythonLocation }} |
|
|
|
|
|
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-publish |
|
|
|
|
|
- name: Install build dependencies |
|
|
- name: Install build dependencies |
|
|
if: steps.cache.outputs.cache-hit != 'true' |
|
|
|
|
|
run: pip install build |
|
|
run: pip install build |
|
|
- name: Build distribution |
|
|
- name: Build distribution |
|
|
run: python -m build |
|
|
run: python -m build |
|
|