Skip to content

Commit

Permalink
Merge pull request #12 from KNMI/fix-pypi
Browse files Browse the repository at this point in the history
NO-JIRA: Fix PyPi upload to use token
  • Loading branch information
lukas-phaf committed Jan 18, 2024
2 parents c882576 + a7cad7a commit 25bbb84
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 25bbb84

Please sign in to comment.