Skip to content

Commit a43c55e

Browse files
Merge pull request #19 from NicholasSynovic/main
Update documentation
2 parents 0b502d0 + 8071d58 commit a43c55e

File tree

6 files changed

+675
-24
lines changed

6 files changed

+675
-24
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: Release to PyPi, GitHub, and Zenodo
1+
name: Release Project
22

33
on:
44
push:
55
branches:
66
- main
77
tags:
88
- '*'
9-
workflow_dispatch:
109

1110
jobs:
1211
build:
@@ -24,6 +23,7 @@ jobs:
2423
run: |
2524
python3 -m pip install --upgrade pip
2625
python3 -m pip install build
26+
2727
- name: Build Project
2828
run: python3 -m build --sdist --wheel --outdir dist/
2929

0 commit comments

Comments
 (0)