aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-07-01 09:20:56 -0700
committerGitHub <noreply@github.com>2023-07-01 09:20:56 -0700
commit890c8a9519c0f074cbbe6a28540c15473d27cbd5 (patch)
treeb867a88007ec3367ca6484d99d23ff45b6ea2b55
parent534c9e13ed33da25ba032568bb6f5d6aa8360a00 (diff)
parent5258c9d27d8c1fb80cb63b9f08ae6e17796adb3c (diff)
downloadjinja-890c8a9519c0f074cbbe6a28540c15473d27cbd5.tar.gz
Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#1864)
-rw-r--r--.github/workflows/publish.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index 33ba5ac7..bcfb2825 100644
--- a/.github/workflows/publish.yaml
+++ b/.github/workflows/publish.yaml
@@ -61,12 +61,12 @@ jobs:
steps:
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
# Try uploading to Test PyPI first, in case something fails.
- - uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598
+ - uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0
with:
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
packages_dir: artifact/
- - uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598
+ - uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0
with:
password: ${{ secrets.PYPI_TOKEN }}
packages_dir: artifact/