Skip to content

Commit

Permalink
NO-JIRA: Fix PyPi upload to use token
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulVanSchayck committed Jan 18, 2024
1 parent c882576 commit a7cad7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
- name: Build and publish
if: steps.tag.outputs.tag == steps.module.outputs.version
env:
FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: flit publish

0 comments on commit a7cad7a

Please sign in to comment.