Skip to content

Commit

Permalink
missing password
Browse files Browse the repository at this point in the history
  • Loading branch information
atemerev committed Feb 27, 2024
1 parent d8ddd0a commit 94f7157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
pip3 install twine
python${{ matrix.python_version }} -m twine upload --username $PYPI_USER --password --repository testpypi $PYPI_TOKEN dist/*
python${{ matrix.python_version }} -m twine upload --username $PYPI_USER --password $PYPI_PASSWORD --repository testpypi $PYPI_TOKEN dist/*

0 comments on commit 94f7157

Please sign in to comment.