Skip to content

Commit c0f937b

Browse files
authored
fix: Revert the release action (#46)
1 parent 0063958 commit c0f937b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/publish-to-pypi.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout the repository and the branch
17-
uses: actions/checkout@v3
18-
with:
19-
fetch-tags: true
17+
uses: actions/[email protected]
2018

2119
- name: Set up Python
2220
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)