Skip to content

Commit 80f568d

Browse files
authored
Update python-publish.yml
1 parent 401bb4b commit 80f568d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,15 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v2
2525
- name: Set up Python
26-
uses: actions/setup-python@v3
26+
uses: actions/setup-python@v2
2727
with:
2828
python-version: '3.9'
2929
- name: Install dependencies
3030
run: |
31-
python -m pip install --upgrade pip
32-
# pip install build
31+
pip install -r requirements.txt
3332
- name: Build package
34-
# run: python -m build
3533
run: python setup.py sdist bdist_wheel
3634
- name: Publish package
3735
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29

0 commit comments

Comments
 (0)