Skip to content

Commit

Permalink
wipp
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Oct 8, 2022
1 parent 306f8c0 commit e08d21f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
#if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -20,5 +20,4 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_token }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit e08d21f

Please sign in to comment.