Skip to content

Commit

Permalink
Fix flit username
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed Dec 30, 2021
1 parent b07db5f commit 9ca9ad4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
- name: Publish package to PyPI
env:
FLIT_INDEX_URL: https://upload.pypi.org/legacy/
FLIT_USERNAME: jadchaar
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
echo $FLIT_INDEX_URL
echo $FLIT_USERNAME
echo $FLIT_PASSWORD
tox -e publish
run: tox -e publish

0 comments on commit 9ca9ad4

Please sign in to comment.