Skip to content

Commit 107ca2e

Browse files
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.1 to 1.6.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.1...v1.6.4) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53b561d commit 107ca2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
5757
- name: Publish package on PyPI
5858
if: steps.check-version.outputs.tag
59-
uses: pypa/gh-action-pypi-publish@v1.5.1
59+
uses: pypa/gh-action-pypi-publish@v1.6.4
6060
with:
6161
user: ${{ secrets.PYPI_STACUTILS_USERNAME }}
6262
password: ${{ secrets.PYPI_STACUTILS_PASSWORD}}
6363

6464
- name: Publish package on TestPyPI
6565
if: "! steps.check-version.outputs.tag"
66-
uses: pypa/gh-action-pypi-publish@v1.5.1
66+
uses: pypa/gh-action-pypi-publish@v1.6.4
6767
with:
6868
user: __token__
6969
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)