Skip to content

Commit

Permalink
Merge pull request #26 from codesyntax/dependabot/github_actions/pypa…
Browse files Browse the repository at this point in the history
…/gh-action-pypi-publish-1.8.10

Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.10
  • Loading branch information
urtzai committed Apr 25, 2024
2 parents 2335875 + 1cc634e commit 006bdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: python -m build

- name: Publish package
uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 006bdb0

Please sign in to comment.