Skip to content

Commit

Permalink
Merge pull request #51 from forrestfwilliams/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/pypa/gh-action-pypi-publish-1.8.10

Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10
  • Loading branch information
forrestfwilliams authored Sep 6, 2023
2 parents e6e1c3f + c2f92a9 commit 196b127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.8.8
- uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
password: ${{ secrets.PYPI_TEST_PAK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.8.8
- uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
password: ${{ secrets.PYPI_PAK }}
Expand Down

0 comments on commit 196b127

Please sign in to comment.