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

This commit is contained in:
2024-05-13 14:53:14 +03:00
parent 9c873d5d8e
commit afa6a6f9c6

View File

@@ -14,9 +14,6 @@ jobs:
- name: Set up Python
# This is the version of the action for setting up Python, not the Python version.
uses: https://github.com/actions/setup-python@v5
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.12.3'
- name: Display Python version
run: python -c "import sys; print(sys.version)"