Skip to content

Commit

Permalink
Publish build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz authored Feb 17, 2024
1 parent d1b7be9 commit 8c70cde
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Python Package
name: Build Python Package

on:
push:
Expand All @@ -24,3 +24,8 @@ jobs:
pip install build
- name: Build package
run: python -m build
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: wheels
path: dist/*.whl

0 comments on commit 8c70cde

Please sign in to comment.