Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Oct 8, 2023
1 parent b72b832 commit 3180f60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
with:
python-version: '3.11'
- run: python -m build --sdist
working-directory: python
- uses: actions/upload-artifact@v3
with:
name: dist
path: python/dist/*.tar.gz
path: dist/*.tar.gz
upload_pypi:
name: Upload to PyPI
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3180f60

Please sign in to comment.