Skip to content

Commit 40a19f6

Browse files
committed
ci: remove PyPI publish from release workflow
1 parent 972dbe4 commit 40a19f6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ jobs:
7676
poetry run compile
7777
poetry build
7878
79-
- name: 📦️ Publish package to PyPI
80-
uses: pypa/gh-action-pypi-publish@release/v1
81-
8279
- name: 📦️ Publish package to GitHub
8380
run: |
8481
gh release upload --clobber ${{ needs.check-version.outputs.TAG_NAME }} dist/*.tar.gz dist/*.whl

0 commit comments

Comments
 (0)