Skip to content

Commit a089ad8

Browse files
committed
Update workflow
1 parent 718c445 commit a089ad8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Upload motrackers to PyPI
22

33
# Making this workflow only run when a new tag is added to the GitHub repo.
4-
# As done here:
4+
# As done here:
55
# https://stackoverflow.com/questions/18216991/create-a-tag-in-a-github-repository
66
on:
77
push:
@@ -15,10 +15,10 @@ jobs:
1515
build-n-publish:
1616
name: Build and publish to PyPI
1717
runs-on: ubuntu-latest
18-
18+
1919
steps:
2020
- name: Checkout source
21-
- uses: actions/checkout@v3
21+
uses: actions/checkout@v3
2222

2323
- name: Set up Python
2424
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)