Skip to content

Commit 1306cef

Browse files
ibnesayeedncoghlan
authored andcommitted
Change deprecated version option to python-version (#649)
As per actions/setup-python@6f6fcee
1 parent b852020 commit 1306cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python 3.7
1313
uses: actions/setup-python@v1
1414
with:
15-
version: 3.7
15+
python-version: 3.7
1616
- name: Install pep517
1717
run: >-
1818
python -m

0 commit comments

Comments
 (0)