mirror of
https://github.com/extism/extism.git
synced 2026-01-09 13:57:55 -05:00
fix(build): release-python: disable unused poetry caching
This workflow only _uploads_ existing artifacts, so keeping a poetry cache around just, uh, breaks the workflow since there's no `Poetry.lock` to cache.
This commit is contained in:
1
.github/workflows/release-python.yaml
vendored
1
.github/workflows/release-python.yaml
vendored
@@ -18,7 +18,6 @@ jobs:
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache: 'poetry'
|
||||
|
||||
- name: install twine
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user