File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - ' dnm-retrigger-0.17.1'
77jobs :
8- sdist :
9- name : Build sdist
10- runs-on : ubuntu-latest
11- environment : release
12- permissions :
13- id-token : write
14- steps :
15- - uses : actions/checkout@v4
16- - uses : actions/setup-python@v5
17- name : Install Python
18- with :
19- python-version : ' 3.10'
20- - name : Install deps
21- run : pip install -U setuptools-rust build
22- - name : Build sdist
23- run : python -m build --sdist
24- - uses : actions/upload-artifact@v4
25- with :
26- path : ./dist/*
27- name : sdist-rustworkx
28- - name : Publish package distributions to PyPI
29- uses : pypa/gh-action-pypi-publish@release/v1
308 retworkx-compat-build :
319 name : Build retworkx
3210 runs-on : ubuntu-latest
4220 - name : Install deps
4321 run : pip install -U setuptools-rust wheel build
4422 - name : Build sdist
45- run : pushd retworkx && python setup.py bdist_wheel && popd
23+ run : pushd retworkx && python setup.py bdist_wheel && popd && mv retworkx/dist .
4624 - uses : actions/upload-artifact@v4
4725 with :
4826 path : ./dist/*
You can’t perform that action at this time.
0 commit comments