Skip to content

Commit

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

Build(deps): Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11
  • Loading branch information
agoose77 committed Dec 4, 2023
2 parents 0d6fc19 + f799e6c commit af1122b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.8.10
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
user: __token__
password: ${{ secrets.PYPI_KEY }}

0 comments on commit af1122b

Please sign in to comment.