Skip to content

Commit

Permalink
Fix pypi URl
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulVanSchayck committed Jan 19, 2023
1 parent 959c9d0 commit 0542886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Build and publish
if: steps.tag.outputs.tag == steps.module.outputs.version
env:
FLIT_INDEX_URL: https://test.pypi.org/legacy/
FLIT_INDEX_URL: https://pypi.org/legacy/
FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: flit publish

0 comments on commit 0542886

Please sign in to comment.