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:
Chris Dickinson
2023-10-16 11:01:30 -07:00
parent 09961010f6
commit 6e0fd3baa1

View File

@@ -18,7 +18,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'poetry'
- name: install twine
run: |