Skip to content

Commit

Permalink
Update pypi publishing action to latest patch (#39)
Browse files Browse the repository at this point in the history
* Update pypi publishing action to latest patch

See
- brainglobe/brainglobe-template-builder#11
- brainglobe/brainglobe-template-builder#12

* bump pypi action version to 1.8.11 in example workflow
  • Loading branch information
alessandrofelder committed Feb 1, 2024
1 parent 9b8b407 commit 7a42fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
name: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@v1.8.0
- uses: pypa/gh-action-pypi-publish@v1.8.11
with:
user: __token__
password: ${{ secrets.TWINE_API_KEY }}

0 comments on commit 7a42fea

Please sign in to comment.