Skip to content

Commit 7cbb3a5

Browse files
authored
Pin the action version (#19)
1 parent 1db8bcc commit 7cbb3a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Python
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: '3.6'
17+
python-version: "3.6"
1818

1919
- name: Run tests
2020
env:
@@ -38,7 +38,7 @@ jobs:
3838
.
3939
4040
- name: Publish a Python distribution to PyPI
41-
uses: pypa/gh-action-pypi-publish@master
41+
uses: pypa/gh-action-pypi-publish@release/v1.4.2
4242
with:
4343
user: __token__
4444
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)