Skip to content

Commit 469b69e

Browse files
authored
Update python-publish.yml
1 parent 42cbc7d commit 469b69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install setuptools wheel twine
25+
python -m pip install -r requirements.txt # Install requirements.txt
2526
- name: Build and publish
2627
env:
2728
TWINE_USERNAME: mvincig11
2829
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2930
run: |
3031
git fetch --all --tags
31-
python -m pip install -r requirements.txt # Install requirements.txt
3232
python setup.py sdist bdist_wheel
3333
twine upload dist/*

0 commit comments

Comments
 (0)