Skip to content

Commit

Permalink
Further pypi workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
thouska committed Feb 12, 2025
1 parent a6a0523 commit adc7ce4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ jobs:
python -m build
- uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
with:
name: dist-sdist
path: dist

upload_to_pypi:
Expand All @@ -89,8 +90,8 @@ jobs:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
name: artifact
path: dist/
name: dist-sdist
path: dist


- name: Publish to Test PyPI
Expand Down

0 comments on commit adc7ce4

Please sign in to comment.