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 401bb4b commit 80f568dCopy full SHA for 80f568d
.github/workflows/python-publish.yml
@@ -21,17 +21,15 @@ jobs:
21
runs-on: ubuntu-latest
22
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v2
25
- name: Set up Python
26
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v2
27
with:
28
python-version: '3.9'
29
- name: Install dependencies
30
run: |
31
- python -m pip install --upgrade pip
32
- # pip install build
+ pip install -r requirements.txt
33
- name: Build package
34
- # run: python -m build
35
run: python setup.py sdist bdist_wheel
36
- name: Publish package
37
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
0 commit comments