Skip to content

Commit

Permalink
Merge pull request #501 from pytest-dev/dependabot/github_actions/pyp…
Browse files Browse the repository at this point in the history
…a/gh-action-pypi-publish-1.8.14

build(deps): bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.14
  • Loading branch information
RonnyPfannschmidt committed Apr 20, 2024
2 parents de483cb + 68750fb commit 6300b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -139,7 +139,7 @@ jobs:
run: python -m build --sdist --wheel --outdir dist/

- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.8.6
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
user: __token__
password: ${{ secrets.pypi_token }}

0 comments on commit 6300b34

Please sign in to comment.