Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
taoning committed Oct 24, 2024
1 parent b56d21a commit aa6533e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- name: upload wheels
uses: actions/upload-artifact@v4
with:
name: dist
path: ./dist/*.whl


Expand All @@ -64,7 +63,6 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: dist
path: dist

- name: Publish package distributions to PyPI
Expand Down

0 comments on commit aa6533e

Please sign in to comment.