Skip to content

Commit

Permalink
In publish-pypi workdlow, set PyPI and TestPyPI as parallel rahter th…
Browse files Browse the repository at this point in the history
…an dependent
  • Loading branch information
jinningwang committed Feb 2, 2025
1 parent ffd7825 commit d32e965
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
- publish-to-testpypi
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down

0 comments on commit d32e965

Please sign in to comment.