Skip to content

Commit c17543b

Browse files
fix typo; and rename files
1 parent 508ed24 commit c17543b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publishPyPI.yml renamed to .github/workflows/pubPyPI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build_and_deploy:
1313
runs-on: ubuntu-latest
14-
14+
steps:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v2
1717
with:

.github/workflows/publishTestPyPI.yml renamed to .github/workflows/pubTestPyPI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build_and_deploy:
1313
runs-on: ubuntu-latest
14-
14+
steps:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v2
1717
with:

0 commit comments

Comments
 (0)