Attempting to fix the publish action.
This commit is contained in:
@@ -6,6 +6,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
# Bizzarre bug that needed the below according to https://forum.gitea.com/t/gitea-actions-with-python/7605/3
|
||||||
|
container: catthehacker/ubuntu:act-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@@ -17,6 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# Semantic version range syntax or exact version of a Python version
|
# Semantic version range syntax or exact version of a Python version
|
||||||
python-version: '3.12.3'
|
python-version: '3.12.3'
|
||||||
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Display Python version
|
- name: Display Python version
|
||||||
run: python -c "import sys; print(sys.version)"
|
run: python -c "import sys; print(sys.version)"
|
||||||
|
|||||||
Reference in New Issue
Block a user