Skip to content

Commit

Permalink
Workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Dec 17, 2024
1 parent 9df65b4 commit 3182015
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: release-dists
path: dist/*.tar.gz

build_wheels:
Expand All @@ -44,7 +43,6 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: release-dists
path: wheelhouse/*.whl

upload_all:
Expand All @@ -61,7 +59,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: release-dists
name: artifact
path: dist

- name: Deploy to PyPI
Expand Down

0 comments on commit 3182015

Please sign in to comment.