Skip to content

Commit

Permalink
feat: remove non-wheel artifacts for PyPI publish (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
freedmand committed Aug 3, 2022
1 parent 6d2e371 commit 2d19e7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/_python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- uses: actions/upload-artifact@v2
with:
name: wheels
path: ./wheelhouse/*.whl

upload-wheels-to-pypi:
Expand All @@ -44,7 +45,7 @@ jobs:
steps:
- uses: actions/download-artifact@v2
with:
name: artifact
name: wheels
path: dist

- name: Publish package to PyPI
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5

0 comments on commit 2d19e7d

Please sign in to comment.