Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Nov 7, 2024
1 parent 1716bc1 commit 9cab9e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PyPI
name: Dist

on: [push, release] # TODO: change to just release

Expand Down Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Upload dist artifacts
uses: actions/upload-artifact@v4
with:
name: dists
path: dist/*

upload:
Expand All @@ -59,6 +60,7 @@ jobs:
- name: Download dist artifacts
uses: actions/download-artifact@v4
with:
name: dists
path: dist

- name: Publish
Expand Down

0 comments on commit 9cab9e4

Please sign in to comment.