We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718c445 commit a089ad8Copy full SHA for a089ad8
.github/workflows/python-publish.yml
@@ -1,7 +1,7 @@
1
name: Upload motrackers to PyPI
2
3
# Making this workflow only run when a new tag is added to the GitHub repo.
4
-# As done here:
+# As done here:
5
# https://stackoverflow.com/questions/18216991/create-a-tag-in-a-github-repository
6
on:
7
push:
@@ -15,10 +15,10 @@ jobs:
15
build-n-publish:
16
name: Build and publish to PyPI
17
runs-on: ubuntu-latest
18
-
+
19
steps:
20
- name: Checkout source
21
- - uses: actions/checkout@v3
+ uses: actions/checkout@v3
22
23
- name: Set up Python
24
uses: actions/setup-python@v3
0 commit comments