Skip to content

Commit 9c71c89

Browse files
committed
Fix and rerun retworkx job
1 parent 8aee60e commit 9c71c89

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,6 @@ on:
55
branches:
66
- 'dnm-retrigger-0.17.1'
77
jobs:
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
@@ -42,7 +20,7 @@ jobs:
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/*

0 commit comments

Comments
 (0)