Skip to content

Commit

Permalink
Merge pull request #13 from loostrum/dependabot/github_actions/pypa/g…
Browse files Browse the repository at this point in the history
…h-action-pypi-publish-1.5.0
  • Loading branch information
dependabot[bot] committed Jan 11, 2022
2 parents 7f30093 + 0ed0e1d commit 4ee5c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
pip install wheel
python setup.py sdist bdist_wheel
- name: Deploy
uses: pypa/gh-action-pypi-publish@v1.4.2
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 4ee5c4f

Please sign in to comment.