Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 20, 2024
1 parent 170e5f1 commit 3866a60
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: release

on:
[push, release]

jobs:
build-dist-artefacts:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: |
python -m build
ls -althF dist

0 comments on commit 3866a60

Please sign in to comment.