Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.6
  • Loading branch information
forrestfwilliams authored Jun 1, 2023
2 parents 087f5f6 + 619d384 commit 9116fc8
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.1
- uses: pypa/gh-action-pypi-publish@v1.8.6
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.1
- uses: pypa/gh-action-pypi-publish@v1.8.6
with:
user: __token__
password: ${{ secrets.PYPI_PAK }}
Expand Down

0 comments on commit 9116fc8

Please sign in to comment.