Skip to content

Commit

Permalink
Update shry-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kousuke-nakano committed Dec 27, 2023
1 parent 33bb1f8 commit 4b4fa4f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/shry-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
python -m pip install setuptools setuptools_scm wheel
python setup.py sdist bdist_wheel
#- name: Publish distribution to PyPI
# if: startsWith(github.ref, 'refs/tags/v')
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# user: __token__
# password: ${{ secrets.PYPI_SHRY_TOKEN }}
# verbose: true
- name: Publish distribution to PyPI
if: startsWith(github.ref, 'refs/tags/v')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_SHRY_TOKEN }}
verbose: true

0 comments on commit 4b4fa4f

Please sign in to comment.