Skip to content

Commit

Permalink
Update dist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski authored May 18, 2024
1 parent 157a747 commit d5a8bda
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz
name: artifact-sdist

build_wheels:
name: Wheels on ${{ matrix.os }}
Expand All @@ -47,6 +48,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl
name: artifact-${{ matrix.os }}

upload_test:
name: Upload test
Expand All @@ -59,8 +61,9 @@ jobs:
python-version: "3.x"
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: artifact-*
path: dist
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
Expand All @@ -79,8 +82,9 @@ jobs:
python-version: "3.x"
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: artifact-*
path: dist
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit d5a8bda

Please sign in to comment.