Skip to content

Commit

Permalink
Fix release workflow (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede authored Feb 16, 2025
1 parent e47c908 commit 4043466
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Upload source distribution as artifact
uses: actions/upload-artifact@v4
with:
name: dxtb-sdist
name: ${{ github.event.repository.name }}-sdist
path: dist/*.tar.gz

wheel:
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Upload wheel as artifact
uses: actions/upload-artifact@v4
with:
name: dxtb-wheel
name: ${{ github.event.repository.name }}-wheel
path: dist/*.whl

upload_test_pypi:
Expand Down Expand Up @@ -109,7 +109,6 @@ jobs:
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
name: artifact
path: dist

- name: Publish to PyPI
Expand Down

0 comments on commit 4043466

Please sign in to comment.