Skip to content

Commit 037bf05

Browse files
author
fdobad
committed
fix
1 parent 91e8592 commit 037bf05

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish-pypi.yml

-6
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
python -m build
3939
shell: bash
4040

41-
- name: Create Release
42-
uses: ncipollo/[email protected]
43-
with:
44-
artifacts: "dist/*"
45-
token: ${{ secrets.GITHUB_TOKEN }}
46-
4741
- name: Publish package to PyPI
4842
if: startsWith(github.ref, 'refs/tags/v')
4943
run: |

0 commit comments

Comments
 (0)