Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent 4b2d09a commit c16ea84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m twine check dist/*
- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@v1.7.1
uses: pypa/gh-action-pypi-publish@v1.8.1
with:
user: __token__
password: ${{ secrets.TESTPYPI_PASSWORD }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
python -m twine check dist/*
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.7.1
uses: pypa/gh-action-pypi-publish@v1.8.1
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
Expand Down

0 comments on commit c16ea84

Please sign in to comment.