We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8741439 commit 5bafa37Copy full SHA for 5bafa37
1 file changed
.github/workflows/build.yml
@@ -107,13 +107,15 @@ jobs:
107
108
- name: Publish distribution 📦 to Test PyPI
109
run: |
110
+ cd dist
111
twine upload -r testpypi dist/*
112
env:
113
TWINE_USERNAME: __token__
114
TWINE_PASSWORD: ${{ secrets.test_pypi_password }}
115
116
- name: Publish distribution 📦 to PyPI
117
118
119
twine upload -r pypi dist/*
120
121
0 commit comments