mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-27 04:40:51 +03:00
remove .
This commit is contained in:
3
.github/workflows/release_pypi.yml
vendored
3
.github/workflows/release_pypi.yml
vendored
@@ -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:
|
||||
|
||||
@@ -12,7 +12,7 @@ RUN pip install --upgrade pip wheel && \
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN python -m compileall .
|
||||
RUN python -m compileall
|
||||
|
||||
COPY src .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user