Skip to content

Commit

Permalink
v1 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny McCormick committed Aug 1, 2019
1 parent 7dc6a07 commit 5dc6824
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Basic:
```yaml
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
- uses: actions/setup-python@v1
with:
version: 3.x // Version range or exact version of a Python version to use, using semvers version range syntax.
architecture: x64 // (x64 or x86)
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup python
uses: actions/setup-python@master
uses: actions/setup-python@v1
with:
version: ${{ matrix.python }}
architecture: x64
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-python",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "Setup python action",
"main": "lib/setup-python.js",
Expand Down

0 comments on commit 5dc6824

Please sign in to comment.