diff --git a/.github/workflows/unix.yml b/.github/workflows/unix.yml index 0ec2bed..f849296 100644 --- a/.github/workflows/unix.yml +++ b/.github/workflows/unix.yml @@ -44,15 +44,18 @@ jobs: runs-on: ubuntu-latest environment: cicd steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.10' - name: Install pypa/build run: python -m pip install build - name: Increment Version - run: TREE_PLUS_INCREMENT_VERSION=YES python -m tree_plus_src/deploy + run: | + ls + ls tree_plus_src + TREE_PLUS_INCREMENT_VERSION=YES python -m tree_plus_src/deploy - name: Build run: make build - name: Install