Skip to content

Commit

Permalink
fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Nov 12, 2022
1 parent b3c6986 commit f44fb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
path: wheelhouse/*.whl

upload_to_test_pypy:
needs: [build, sdist]
needs: [build, make_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand All @@ -67,7 +67,7 @@ jobs:
repository_url: https://test.pypi.org/legacy/

upload_to_pypi:
needs: [build, sdist]
needs: [build, make_sdist]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
Expand Down

0 comments on commit f44fb6f

Please sign in to comment.