Skip to content

Commit e8dffa1

Browse files
committed
Fix action version in new workflow.
1 parent c2cdf80 commit e8dffa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: dist/
4242

4343
- name: Publish to Test PyPI
44-
uses: pypa/gh-action-pypi-publish@release/v1.8.12
44+
uses: pypa/gh-action-pypi-publish@release/v1
4545
with:
4646
user: __token__
4747
password: ${{ secrets.TEST_PYPI_TOKEN }}
@@ -69,7 +69,7 @@ jobs:
6969
echo "::set-output name=RELEASE_VERSION::$version"
7070
7171
- name: Publish to PyPI
72-
uses: pypa/gh-action-pypi-publish@release/v1.8.12
72+
uses: pypa/gh-action-pypi-publish@release/v1
7373
with:
7474
user: __token__
7575
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)