Attempting to fix the publish action.
Some checks failed
StarFields Django Rest Framework Generics / build (push) Failing after 0s
Lint / Lint (push) Failing after 0s

This commit is contained in:
2024-05-13 15:07:16 +03:00
parent 3c2eddfea0
commit bc5324bef6

View File

@@ -19,7 +19,6 @@ jobs:
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.12.3'
cache: 'pip'
- name: Display Python version
run: python -c "import sys; print(sys.version)"