We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5baa022 commit 0be0ed8Copy full SHA for 0be0ed8
.github/workflows/release_workflow.yaml
@@ -80,6 +80,7 @@ jobs:
80
- name: Publish package
81
if: startsWith(github.ref, 'refs/tags/v')
82
run: |
83
+ pip install twine
84
cd ${{ matrix.package }} && twine upload dist/* && cd ../
85
env:
86
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments