We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972dbe4 commit 40a19f6Copy full SHA for 40a19f6
1 file changed
.github/workflows/release.yml
@@ -76,9 +76,6 @@ jobs:
76
poetry run compile
77
poetry build
78
79
- - name: 📦️ Publish package to PyPI
80
- uses: pypa/gh-action-pypi-publish@release/v1
81
-
82
- name: 📦️ Publish package to GitHub
83
run: |
84
gh release upload --clobber ${{ needs.check-version.outputs.TAG_NAME }} dist/*.tar.gz dist/*.whl
0 commit comments