We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be84b35 commit 5cd6ed0Copy full SHA for 5cd6ed0
.github/workflows/publish.yaml
@@ -26,4 +26,4 @@ jobs:
26
- name: Publish package to PyPI
27
run: |
28
pip install twine
29
- twine upload package/dist/* --skip-existing -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
+ twine upload dist/* --skip-existing -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
0 commit comments