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

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

View File

@@ -17,8 +17,6 @@ jobs:
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.12.3'
# Optional - x64 or x86 architecture, defaults to x64
architecture: 'x64'
- name: Display Python version
run: python -c "import sys; print(sys.version)"