File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 steps :
3838 - uses : actions/checkout@v3
3939
40+ - uses : actions/setup-python@v2
41+ with :
42+ python-version : " 3.10"
43+
4044 - uses : messense/maturin-action@v1
4145 name : Publish to pypi (without sdist)
4246 with :
5256 steps :
5357 - uses : actions/checkout@v3
5458
59+ - uses : actions/setup-python@v2
60+ with :
61+ python-version : " 3.10"
62+
5563 - uses : messense/maturin-action@v1
5664 name : Publish to pypi (without sdist)
5765 with :
6775 steps :
6876 - uses : actions/checkout@v3
6977
78+ - uses : actions/setup-python@v2
79+ with :
80+ python-version : " 3.10"
81+
7082 - uses : messense/maturin-action@v1
7183 name : Publish to pypi (without sdist)
7284 with :
8294 steps :
8395 - uses : actions/checkout@v3
8496
97+ - uses : actions/setup-python@v2
98+ with :
99+ python-version : " 3.10"
100+
85101 - uses : messense/maturin-action@v1
86102 name : Publish manylinux to pypi x86_64 (with sdist)
87103 with :
Original file line number Diff line number Diff line change 11[package ]
22name = " object-store-python"
3- version = " 0.0.4 "
3+ version = " 0.0.5 "
44edition = " 2021"
55authors = [" Robert Pack <robstar.pack@gmail.com>" ]
66
You can’t perform that action at this time.
0 commit comments