Skip to content

Commit

Permalink
fix upload paths
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul committed Jun 1, 2024
1 parent 2ea5fd4 commit efc7afe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testpypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: sdist
path: dist
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand All @@ -182,4 +183,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
run: |
pip install --upgrade twine
twine upload --skip-existing --repository ${{ env.PYPI_TARGET }} *
twine upload --skip-existing --repository ${{ env.PYPI_TARGET }} dist/*

0 comments on commit efc7afe

Please sign in to comment.