Skip to content

Commit fb901d5

Browse files
authored
Merge pull request #297 from foarsitter/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.4
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
2 parents e3162bc + eced9f0 commit fb901d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
5858
- name: Publish package on PyPI
5959
if: steps.check-version.outputs.tag
60-
uses: pypa/gh-action-pypi-publish@v1.12.3
60+
uses: pypa/gh-action-pypi-publish@v1.12.4
6161
with:
6262
user: __token__
6363
password: ${{ secrets.PYPI_TOKEN }}
6464

6565
- name: Publish package on TestPyPI
6666
if: "! steps.check-version.outputs.tag"
67-
uses: pypa/gh-action-pypi-publish@v1.12.3
67+
uses: pypa/gh-action-pypi-publish@v1.12.4
6868
with:
6969
user: __token__
7070
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)