Skip to content

Commit

Permalink
Merge pull request #201 from neutrinoceros/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…dot-github/workflows/pypa/gh-action-pypi-publish-1.8.7
  • Loading branch information
neutrinoceros authored Jul 1, 2023
2 parents e5e626f + 97fa785 commit a4886fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell: bash -l {0}
run: python -m build
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.6
uses: pypa/gh-action-pypi-publish@v1.8.7
with:
user: __token__
password: ${{ secrets.pypi_token }}

0 comments on commit a4886fa

Please sign in to comment.