Skip to content

Commit

Permalink
add suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Feb 2, 2024
1 parent b6843ce commit ba98392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels

build_sdist:
name: Build source distribution
Expand All @@ -40,6 +41,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz
name: sdist

upload_testpypi:
if: github.event_name == 'release' && github.event.action == 'published'
Expand All @@ -53,7 +55,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact_testpypi
merge-multiple: true
path: dist
- uses: pypa/[email protected]
with:
Expand All @@ -71,8 +73,6 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact_pypi
path: dist
pattern: artifact_*
merge-multiple: true
- uses: pypa/[email protected]

0 comments on commit ba98392

Please sign in to comment.