Skip to content

Commit

Permalink
Updated publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleGiacomini committed Jun 10, 2024
1 parent 10f0344 commit 407ae9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
- uses: actions/checkout@v3
- name: Build sdist
run: pipx run build --sdist ${{github.workspace}}
- name: Move sdist to dist
run: mkdir -p dist && mv ${{github.workspace}}/dist/*.tar.gz dist/

- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz
Expand Down

0 comments on commit 407ae9b

Please sign in to comment.