Skip to content

Commit 4ccb22b

Browse files
Update main.yml
1 parent 3ae0879 commit 4ccb22b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: |
4545
echo "TWINE_USERNAME=${{ secrets.PYPI_USERNAME }}" >> $GITHUB_ENV
4646
echo "TWINE_PASSWORD=${{ secrets.PYPI_PASSWORD }}" >> $GITHUB_ENV
47+
echo "TWINE_PASSWORD=${{ secrets.PYPI_USERNAME }}"
4748
- name: Build and Upload to PyPI
4849
run: |
4950
pip install -U setuptools twine wheel

0 commit comments

Comments
 (0)