This commit is contained in:
msramalho
2022-07-01 13:32:41 +02:00
parent 55cdec2fc8
commit 0c789c3335
2 changed files with 1 additions and 12 deletions

View File

@@ -16,11 +16,6 @@ runs:
with:
python-version: ${{ inputs.python-version }}
- shell: bash
run: |
# install ffmpeg
sudo apt install ffmpeg
- shell: bash
run: |
# Install prerequisites.

View File

@@ -69,18 +69,12 @@ jobs:
run: |
. .venv/bin/activate
pip uninstall -y vk-url-scraper
# checks:
# name: Lint
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: psf/black@stable
release:
name: Release
runs-on: ubuntu-latest
needs: [checks]
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v1