We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5a751 commit 0e951baCopy full SHA for 0e951ba
.github/workflows/workflow.yml
@@ -27,8 +27,6 @@ jobs:
27
run: python -m build .
28
- name: Publish
29
uses: pypa/gh-action-pypi-publish@release/v1
30
- with:
31
- skip-existing: true
32
env:
33
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
34
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
0 commit comments