diff --git a/.github/workflows/release_pypi.yml b/.github/workflows/release_pypi.yml index b2bea71..0657473 100644 --- a/.github/workflows/release_pypi.yml +++ b/.github/workflows/release_pypi.yml @@ -21,7 +21,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v3 with: diff --git a/Dockerfile b/Dockerfile index 3c81f71..7eb7b47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN pip install --upgrade pip wheel && \ WORKDIR /app -RUN python -m compileall . +RUN python -m compileall COPY src .