Skip to content

Commit

Permalink
fix: fixing cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 23, 2023
1 parent 182d8a9 commit ee7efde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
with:
fetch-depth: 0
- name: Upload package to Test PyPI
needs: checkout
if: startsWith(github.ref, 'refs/tags/') # only publish on tag pushes
with:
repository-url: https://test.pypi.org/legacy/
Expand All @@ -75,7 +74,6 @@ jobs:
with:
fetch-depth: 0
- name: Upload package to PyPI
needs: checkout
if: startsWith(github.ref, 'refs/tags/') # only publish on tag pushes
uses: pypa/gh-action-pypi-publish@release/v1

Expand Down

0 comments on commit ee7efde

Please sign in to comment.