Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent 0402ffd commit e9ba551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
name: releases
path: dist
- name: Publish package to TestPyPI
uses: pypa/[email protected].7
uses: pypa/[email protected].8
with:
user: __token__
repository_url: https://test.pypi.org/legacy/
Expand All @@ -86,7 +86,7 @@ jobs:
name: releases
path: dist
- name: Publish package to PyPI
uses: pypa/[email protected].7
uses: pypa/[email protected].8
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit e9ba551

Please sign in to comment.