Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin de la gorce committed Jul 15, 2023
1 parent c2474d7 commit af74496
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build sdist
run: pipx run build --sdist
run: pipx run build --sdist
- uses: actions/upload-artifact@v2
with:
path: dist/*.tar.gz
with:
path: dist/*.tar.gz


upload_pypi:
Expand All @@ -47,9 +47,9 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v2
with:
name: artifact
path: dist
with:
name: artifact
path: dist

- name: Publish
env:
Expand Down

0 comments on commit af74496

Please sign in to comment.