Skip to content

Commit b18ca5d

Browse files
committed
Fixed the publish workflows.
1 parent f643842 commit b18ca5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
name: Test publish to PyPI
7373
if: startsWith(github.ref, 'refs/heads/')
7474
steps:
75+
- uses: actions/checkout@v2
7576
- name: Publish to TestPyPI
7677
uses: JRubics/poetry-publish@v1.10
7778
with:
@@ -86,6 +87,7 @@ jobs:
8687
name: Publish to PyPI
8788
if: startsWith(github.ref, 'refs/tags/')
8889
steps:
90+
- uses: actions/checkout@v2
8991
- name: Publish to PyPI
9092
uses: JRubics/poetry-publish@v1.10
9193
with:

0 commit comments

Comments
 (0)