Skip to content

Commit

Permalink
CI #158 disable action (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Dec 20, 2021
1 parent e733d86 commit be39b75
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/upload_new_tag_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: >-
twine check dist/*
- name: Publish 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true
# - name: Publish 📦 to PyPI
# if: startsWith(github.ref, 'refs/tags')
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}
# verbose: true

0 comments on commit be39b75

Please sign in to comment.