Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 8f74470

Browse files
author
David Robertson
committed
Use backend-meta workflow for packaging
1 parent ea481ea commit 8f74470

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/release-artifacts.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,7 @@ jobs:
9191

9292
build-sdist:
9393
name: "Build pypi distribution files"
94-
runs-on: ubuntu-latest
95-
steps:
96-
- uses: actions/checkout@v2
97-
- uses: actions/setup-python@v2
98-
- run: pip install wheel
99-
- run: |
100-
python setup.py sdist bdist_wheel
101-
- uses: actions/upload-artifact@v2
102-
with:
103-
name: python-dist
104-
path: dist/*
94+
uses: "matrix-org/backend-meta/.github/workflows/packaging.yml@v1"
10595

10696
# if it's a tag, create a release and attach the artifacts to it
10797
attach-assets:

0 commit comments

Comments
 (0)