Skip to content

Commit 80c6dfa

Browse files
authored
Merge pull request #529 from madminer-tool/dependabot/github_actions/pypa/gh-action-pypi-publish-1.6.4
build(deps): bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4
2 parents 4cdea08 + bd670f7 commit 80c6dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
make build
3737
- name: "Publish Python package"
38-
uses: pypa/gh-action-pypi-publish@v1.5.1
38+
uses: pypa/gh-action-pypi-publish@v1.6.4
3939
with:
4040
user: __token__
4141
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)