Skip to content

Commit

Permalink
Merge pull request #133 from yt-project/dependabot/github_actions/dot…
Browse files Browse the repository at this point in the history
…-github/workflows/pypa/gh-action-pypi-publish-1.8.8
  • Loading branch information
neutrinoceros authored Aug 1, 2023
2 parents b7d70c4 + 674eaab commit 2ce9d46
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 @@ -22,7 +22,7 @@ jobs:
run: python -m build
- name: Publish package to PyPI
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
uses: pypa/[email protected].7
uses: pypa/[email protected].8
with:
user: __token__
password: ${{ secrets.pypi_token }}

0 comments on commit 2ce9d46

Please sign in to comment.