Skip to content

Commit 2286d69

Browse files
authored
Update pypi-publish.yml
1 parent 4d669b7 commit 2286d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build the distributions with sdist, bdist_wheel, run tests, format, and lint with a single version of Python
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Mapillary Python SDK - PyTest Workflow
4+
name: Mapillary Python SDK - Publishing to PyPi
55

66
on:
77
push:
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- users: actions/checkout@v2
16+
- uses: actions/checkout@v2
1717
- name: Set up Python 3.9
1818
uses: actions/setup-python@v2
1919
with:

0 commit comments

Comments
 (0)