~linuxgoose/linguistics-robin

495f882fb8ed6527480cda6432b6c00e3b19b39d — linuxgoose a month ago 27bc2fc
Update .github/workflows/publish.yml
1 files changed, 1 insertions(+), 1 deletions(-)

M .github/workflows/publish.yml
M .github/workflows/publish.yml => .github/workflows/publish.yml +1 -1
@@ 9,7 9,7 @@ jobs:
  publish:
    runs-on: ubuntu-latest
    container:
      image: python:3.12-slim   # <-- ensures Python and pip are available
      image: cimg/python:3.12
    steps:
      # Checkout the repository
      - uses: actions/checkout@v4