Skip to content

Commit

Permalink
Remove duplicated git push
Browse files Browse the repository at this point in the history
  • Loading branch information
radaron committed Nov 24, 2023
1 parent 1e20897 commit db5680d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
python -m build
python -m twine upload dist/*
make git-tag
git push --tags
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

0 comments on commit db5680d

Please sign in to comment.