File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 19
19
python-version : ["3.8", "3.9", "3.10"]
20
20
source : ["conda-forge"]
21
21
# source: ["source"]
22
- graphblas-version : ["6.2.4 "]
22
+ graphblas-version : ["6.2.5 "]
23
23
steps :
24
24
- name : Checkout
25
25
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Checkout
19
19
uses : actions/checkout@v2
20
+ - name : Set up Python
21
+ uses : actions/setup-python@v2
22
+ with :
23
+ python-version : ' 3.8'
24
+ - name : Upgrade pip
25
+ run : |
26
+ python -m pip install --upgrade pip
20
27
- name : Build manylinux Python wheels
21
28
uses :
RalfG/[email protected] _x86_64
22
29
with :
28
35
TWINE_USERNAME : __token__
29
36
TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
30
37
run : |
31
- python -m pip install --upgrade pip
32
- pip install twine
38
+ pip install twine
33
39
twine upload dist/*-manylinux*.whl
You can’t perform that action at this time.
0 commit comments