Skip to content

Commit

Permalink
MNT Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 (#337)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2023
1 parent deaf6e2 commit e18aa1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
python -m build
- name: Publish package to TestPyPI
uses: pypa/[email protected].3
uses: pypa/[email protected].4
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
if: ${{ github.event.inputs.pypi_repo == 'testpypi' }}

- name: Publish package to PyPI
uses: pypa/[email protected].3
uses: pypa/[email protected].4
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit e18aa1a

Please sign in to comment.