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 3ae0879 commit 4ccb22bCopy full SHA for 4ccb22b
.github/workflows/main.yml
@@ -44,6 +44,7 @@ jobs:
44
run: |
45
echo "TWINE_USERNAME=${{ secrets.PYPI_USERNAME }}" >> $GITHUB_ENV
46
echo "TWINE_PASSWORD=${{ secrets.PYPI_PASSWORD }}" >> $GITHUB_ENV
47
+ echo "TWINE_PASSWORD=${{ secrets.PYPI_USERNAME }}"
48
- name: Build and Upload to PyPI
49
50
pip install -U setuptools twine wheel
0 commit comments