Skip to content

Commit 42cbc7d

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Set up Python
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v2
1919
with:
2020
python-version: '3.x'
2121
- name: Install dependencies
@@ -28,5 +28,6 @@ jobs:
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
3030
git fetch --all --tags
31+
python -m pip install -r requirements.txt # Install requirements.txt
3132
python setup.py sdist bdist_wheel
3233
twine upload dist/*

0 commit comments

Comments
 (0)