Skip to content

Commit 05bd1cc

Browse files
authored
Merge pull request #321 from Czarified/dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
2 parents 16d3edb + 25f6e59 commit 05bd1cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
6060
- name: Publish package on PyPI
6161
if: steps.check-version.outputs.tag
62-
uses: pypa/gh-action-pypi-publish@v1.8.14
62+
uses: pypa/gh-action-pypi-publish@v1.9.0
6363
with:
6464
user: __token__
6565
password: ${{ secrets.PYPI_TOKEN }}
6666

6767
- name: Publish package on TestPyPI
6868
if: "! steps.check-version.outputs.tag"
69-
uses: pypa/gh-action-pypi-publish@v1.8.14
69+
uses: pypa/gh-action-pypi-publish@v1.9.0
7070
with:
7171
user: __token__
7272
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)