We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db8bcc commit 7cbb3a5Copy full SHA for 7cbb3a5
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Python
15
uses: actions/setup-python@v2
16
with:
17
- python-version: '3.6'
+ python-version: "3.6"
18
19
- name: Run tests
20
env:
@@ -38,7 +38,7 @@ jobs:
38
.
39
40
- name: Publish a Python distribution to PyPI
41
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1.4.2
42
43
user: __token__
44
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments