We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e2bf5 commit ef08a4aCopy full SHA for ef08a4a
.github/workflows/pr-validation.yml
@@ -30,6 +30,7 @@ jobs:
30
python -m pip install --upgrade pip
31
pip install flake8 pytest
32
pip install -r requirements.txt
33
+ pip install -e .
34
- name: Lint with flake8
35
run: |
36
flake8 . --count --show-source --statistics --exit-zero
@@ -70,4 +71,4 @@ jobs:
70
71
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_PASS }}
72
73
python -m build
- twine upload dist/*
74
+ twine upload dist/*
0 commit comments