Skip to content

Commit

Permalink
build(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#…
Browse files Browse the repository at this point in the history
…2254)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 2, 2023
1 parent b0c92b6 commit 56694ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

# We do this, since failures on test.pypi aren't that bad
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@v1.8.10
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
user: __token__
password: ${{ secrets.test_pypi_password }}
Expand All @@ -77,7 +77,7 @@ jobs:
time: 5m

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.10
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit 56694ad

Please sign in to comment.